You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-58
Original file line number
Diff line number
Diff line change
@@ -1,59 +1,27 @@
1
-
##### 1.4.2 - 18 November 2014
1
+
##### 2.0.0 - 03 February 2015
2
2
3
-
###### Backwards compatible API changes
4
-
-#238 - Filter by substring ("in", "notIn', "|in" and "|notIn" operators now work on strings)
5
-
6
-
###### Backwards compatible bug fixes
7
-
- Fixed "allowSimpleWhere" default not being set
8
-
9
-
##### 1.4.1 - 11 November 2014
10
-
11
-
###### Backwards compatible bug fixes
12
-
-#213 - multiple orderBy does not work
13
-
14
-
##### 1.4.0 - 09 November 2014
15
-
16
-
###### Backwards compatible API changes
17
-
-#227 - Supporting methods on model instances (again)
18
-
19
-
###### Backwards compatible bug fixes
20
-
-#234 - Fixed an issue with DSLocalStorageAdapter.update
21
-
-#235 - IE 8 support
22
-
23
-
##### 1.3.0 - 07 November 2014
24
-
25
-
###### Backwards compatible API changes
26
-
-#227 - Added DSDestroy and DSRefresh to instance methods
27
-
-#228 - Added DS.getAll(resourceName[, ids])
28
-
29
-
###### Backwards compatible bug fixes
30
-
-#207 - digest iterations error
3
+
_Note:_ Please see the [js-data CHANGELOG](https://github.com/js-data/js-data/blob/master/CHANGELOG.md).
31
4
32
-
##### 1.2.1 - 04 November 2014
33
-
34
-
###### Backwards compatible bug fixes
35
-
-#225 - If the server returned an empty array for a get request (valid scenario), angular-data throws an exception
36
-
37
-
##### 1.2.0 - 02 November 2014
38
-
39
-
###### Backwards compatible API changes
40
-
-#208 - ng-repeat $$hashKey affecting hasChanges
41
-
42
-
###### Backwards compatible bug fixes
43
-
-#223 - need to update lastModified when an item is re-injected
44
-
45
-
##### 1.1.0 - 30 October 2014
46
-
47
-
###### Backwards compatible API changes
48
-
-#214 - back port js-data/js-data#9
49
-
50
-
###### Backwards compatible bug fixes
51
-
-#215 - bower.json - angular not listed as non-dev dependency
52
-
53
-
##### 1.0.1 - 10 October 2014
5
+
###### Breaking API changes
6
+
- Angular module renamed from `angular-data.DS` to `js-data`
7
+
- Refactored to be a wrapper for [js-data](https://github.com/js-data/js-data)
8
+
-`deserialize` and `serialize` are now properties of `DSHttpAdapter.defaults`
9
+
-`deserialize` and `serialize` are now configuration options used solely by the http adapter
10
+
- All hooks (`validate`, `afterCreate`, `serialize`, etc.) now take the actual resource definition as the first argument instead of just the name of the resource
11
+
-`DSLocalStorageAdapter` is no longer bundled, but is each separate from js-data-angular.
12
+
- The API for `bindOne` and `bindAll` has been changed to be more consistent with the rest of the API
13
+
-`eagerInject` has not yet been implemented in `js-data`.
14
+
15
+
##### Backwards compatible API changes
16
+
- GitHub project renamed to js-data-angular
17
+
- GitHub project moved to the js-data organization
54
18
55
-
###### Backwards compatible bug fixes
56
-
-#204 - pending query isn't deleted properly in DS.find
19
+
###### Other
20
+
-#199 - Re-implement bindOne & bindAll in js-data-angular (they're missing from js-data)
21
+
-#200 - Need to properly trigger digest where angular-data would have before
22
+
- Added DSHttpAdapter fallback that uses $http if js-data-http isn't loaded
23
+
- Load an es6-style version of `$q` instead of `es6-promises` to maintain `$scope` integration with the promise lifecycle
24
+
- Updated dependencies. Now safely making copies of the `options` passed into methods
57
25
58
26
##### 1.0.0 - 04 October 2014
59
27
@@ -181,7 +149,7 @@ Stable Version 1.0.0
181
149
182
150
###### Backwards compatible bug fixes
183
151
-#90 - DS.create isn't added to completedQueries (`DS.create` now adds a completed query entry)
184
-
-#91 - dist/angular-data(.min).js doesn't end with a semicolon (upgraded Browserify)
152
+
-#91 - dist/js-data-angular(.min).js doesn't end with a semicolon (upgraded Browserify)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Contributing Guide
2
2
3
-
First, feel free to contact me with questions. [Mailing List](https://groups.google.com/forum/?fromgroups#!forum/angular-data). [Issues](https://github.com/jmdobry/angular-data/issues).
3
+
First, feel free to contact me with questions. [Mailing List](https://groups.google.com/forum/?fromgroups#!forum/js-data-angular). [Issues](https://github.com/js-data/js-data-angular/issues).
4
4
5
5
1. Contribute to the issue that is the reason you'll be developing in the first place
0 commit comments