Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
js-data is the framework-agnostic version of angular-data. Angular-data 2.0 (not yet released) will be renamed to js-data-angular, and will have js-data as a hard dependency. Js-data-angular will be a wrapper around js-data that adds back into js-data the angular-specific stuff that was taken out to make js-data framework-agnostic. Upgrading from angular-data 1.x to js-data + js-data-angular will require minimal changes to your code. Plus, if you refactor from Angular to framework, your data layer will be able to remain mostly intact thanks to js-data.
For Angular-data 2.0, all non-Angular code has been moved to Js-data and the remaining Angular-specific code will be a wrapper around Js-data.
This project will be moved to the js-data organization and will be renamed to js-data-angular.
Before, you had angular-data.js and
angular.module('myApp', ['angular-data.DS'])
, now you will have:and
Breaking changes
Some of these haven't happened yet
angular-data.DS
tojs-data
DSLocalStorageAdapter
is no longer bundled, but is each separate from js-data-angular.deserialize
andserialize
are now configuration options used solely by the http adapter