Releases: emberjs/data
Releases · emberjs/data
Ember Data 2.3.0-beta.2
Release 2.3.0-beta.2 (December 12, 2015)
- #3865 [PERF] Ajax should join an existing run if one exists
- #3949 Fix incorrect reference in store api docs
- #3841 Log a deprecation warning when when Ember Data is loaded with Ember 1.13
- #3973 [CLEANUP] use debug helpers from ember-data/debug
- #3978 [BUGFIX beta] bump ember-inflector
- #3983 [DOC beta] Fix documentation to use "serializedHasManyName"
- #3986 Move private modules into the
-private
directory
Ember Data 2.2.1
Release 2.2.1 (November 25, 2015)
- #3866 Allow store.push to accept { data: null }
Ember Data 2.3.0-beta.1
Release 2.3.0-beta.1 (November 17, 2015)
- #3865 Assert that passed array to set a hasMany consists of records
- #3820 [CLEANUP] Remove duplicate test for creating record
- #3819 [CLEANUP] Remove duplicate
default export
in snapshot.js - #3713 Document the return value of DS.Adapter#updateRecord
- #3390 Update the jsbin link so it has no deprecation warnings
- #3835 [BUGFIX] extract polymorphic belongsTo in RESTSerializer
- #3829 Remove references to findQuery
- #3824 [DOCS] Improve docs for JSONSerializer
- #3828 [CLEANUP] Make idiomatic use of
export default
- #3821 [CLEANUP] Remove unecessary wrap of rejection in run-loop
- #3827 [DOC] Remove reference to
isDirty
in DS.Model documentation - #3839 Cleanup build
- #3831 [CLEANUP] dasherize file name for hasRecordForId test
- #3830 Fix tests for non-dasherized lookups
- #3837 [BUGFIX] Attribute/relationship named "type" of embedded record is considered before normalization
- #3832 Fix API docs for JSONAPISerializer.normalize
- #3834 raise errors on deprecation
- #3843 Remove unneeded PromiseArray allocation
- #3844 Remove conditional statement that is always true
- #3855 Deprecate complex objects as an attributes
defaultValue
. - #3850 [DOC] Document snapshotRecordArray param passed to adapter.findAll
- #3868 Reset changed attributes when matching data is pushed
- #3869 Update the Changelog for 1.13.14
- #3867 Allow serializers to normalize response, remove old internal serializers code
- #3858 [DOC] remove documentation for
isError
in states - #3866 Allow store.push to accept { data: null }
- #3860 [CLEANUP] remove unused private method in AdapterPopulatedRecordArray
- #3907 Addonize
- #3898 Fix DS.Errors summary and error object example
- #3889 [perf] minor adjustments to
store#push
flow - #3928 update README stating no IE8 support
- #3915 Add null implementation of findMany in DS.Adapter
- #3904 Cleanup
.codeclimate.yml
- #3912 Use public API for container/registry when possible.
- #3924 [CLEANUP]
tests/integration/adapter/find-test.js
- #3925 [CLEANUP] Clean up adapter/find-all-test.js
- #3927 restore globals publishing to canary build
- #3929 upgrade node to 4 on CI
- #3931 update ember-cli to 1.13.12
- #3937 [BUGFIX beta] Warn instead of asserting when a mapped key doesn't mat…
- #3938 Update the changelog for Ember Data 2.2.0
Ember Data 2.2.0
Release 2.2.0 (November 17, 2015)
- #3937 [BUGFIX beta] Warn instead of asserting when a mapped key doesn't mat…
- #3868 Reset changed attributes when matching data is pushed
- #3875 [BUGFIX beta] serialize type for embedded, polymorphic belongsTo
- #3900 [DOC fix] errors pointers should start with a /
- #3905 [BUGFIX release] Update the dependencies for Ember 2.x
- #3909 [BUGFIX beta] Correctly handle object level errors in json api
- #3910 [BUGFIX release] Normalize attrs keys
- #3912 Use public API for container/registry when possible.]
- #3835 [BUGFIX] extract polymorphic belongsTo in RESTSerializer
- #3887 [BUGFIX release] update ember-inflector to resolve default Inflector …
- #3888 [BUGFIX release] import from ember-inflector to use the default instance
- #3832 Fix API docs for JSONAPISerializer.normalize
- #3837 [BUGFIX] Attribute/relationship named "type" of embedded record is considered before normalization
- #3846 [BUGFIX beta] Attribute/relationship named "type" of primary record i…
- #3847 [BUGFIX beta] JSONAPI serializer not respecting 'attrs' hash
- #3857 [BUGFIX beta] rollbackAttributes() works after multiple failed saves
- #3859 [BUGFIX beta] Correctly handle invalid errors without payload or pointer
- #3861 [BUGFIX beta] Assert that an array is returned from the normalized re…
- #3867 Allow serializers to normalize response, remove old internal serializers code
- #3697 Fix typo in CHANGELOG
- #3215 remove Map/MapWithDefault polyfills, use Ember's ones
- #3711 Explicitly set length after setting a new content property
- #3714 Update the location of the custom store in the API doc example
- #3699 [refactor] add some tests asserting polymorphic relationships can be …
- #3751 Remove normalizePayload, associated docs, and mention of functionality.
- #3732 follow up fixes for #3701
- #3746 Improve test coverage for store#findRecord()
- #3722 Shape and cleanup
- #3739 store example should use findRecord()
- #3734 Revert "Explicitly set length after setting a new content property"
- #3783 Update changelog for 2.0.1 release
- #3771 update coalesceFindRequests doc for JSONAPIAdapter
- #3774 Fix embedded key serialization bug and refactor key serialization
- #3773 Break apart embedded serialize methods in EmbeddedRecordsMixin
- #3777 Remove unused test module
- #3788 Port pr #3725 to the release 2.0 branch
- #3795 Trigger an assertion when calling
findRecord
with falsy (except 0) id - #3808 Update internal-model.js
- #3814 [BUGFIX] Do not deserialize when a relationship named
type
exists - #3816 run optional feature tests on AppVeyor
Ember Data 2.2.0-beta.4
Release 2.2.0-beta.4 (November 11, 2015)
- #3868 Reset changed attributes when matching data is pushed
- #3875 [BUGFIX beta] serialize type for embedded, polymorphic belongsTo
- #3900 [DOC fix] errors pointers should start with a /
- #3905 [BUGFIX release] Update the dependencies for Ember 2.x
- #3909 [BUGFIX beta] Correctly handle object level errors in json api
- #3910 [BUGFIX release] Normalize attrs keys
- #3912 Use public API for container/registry when possible.
Ember Data 1.13.15
Ember Data 2.2.0-beta.3
Ember Data 2.2.0-beta.2
Release 2.2.0-beta.2 (October 18, 2015)
- #3832 Fix API docs for JSONAPISerializer.normalize
- #3837 [BUGFIX] Attribute/relationship named "type" of embedded record is considered before normalization
- #3846 [BUGFIX beta] Attribute/relationship named "type" of primary record i…
- #3847 [BUGFIX beta] JSONAPI serializer not respecting 'attrs' hash
- #3857 [BUGFIX beta] rollbackAttributes() works after multiple failed saves
- #3859 [BUGFIX beta] Correctly handle invalid errors without payload or pointer
- #3861 [BUGFIX beta] Assert that an array is returned from the normalized re…
- #3867 Allow serializers to normalize response, remove old internal serializers code
Ember Data 1.13.14
Release 1.13.14 (October 18, 2015)
- #3665 [BUGFIX beta] Fix usage of registry for 2.1.0+.
- #3825 [BUGFIX] Restore IE8 compatibility by using Ember.create
- #3837 [BUGFIX] Attribute/relationship named "type" of embedded record is considered before normalization
- #3840 Backport Fix usage of registry for 2.1.0+ from pr #3665
- #3846 [BUGFIX beta] Attribute/relationship named "type" of primary record i…
- #3847 [BUGFIX beta] JSONAPI serializer not respecting 'attrs' hash
- #3857 [BUGFIX beta] rollbackAttributes() works after multiple failed saves
- #3859 [BUGFIX beta] Correctly handle invalid errors without payload or pointer
Ember Data 2.2.0-beta.1
Release 2.2.0-beta.1 (October 5, 2015)
- #3697 Fix typo in CHANGELOG
- #3215 remove Map/MapWithDefault polyfills, use Ember's ones
- #3711 Explicitly set length after setting a new content property
- #3714 Update the location of the custom store in the API doc example
- #3699 [refactor] add some tests asserting polymorphic relationships can be …
- #3751 Remove normalizePayload, associated docs, and mention of functionality.
- #3732 follow up fixes for #3701
- #3746 Improve test coverage for store#findRecord()
- #3722 Shape and cleanup
- #3739 store example should use findRecord()
- #3734 Revert "Explicitly set length after setting a new content property"
- #3783 Update changelog for 2.0.1 release
- #3771 update coalesceFindRequests doc for JSONAPIAdapter
- #3774 Fix embedded key serialization bug and refactor key serialization
- #3773 Break apart embedded serialize methods in EmbeddedRecordsMixin
- #3777 Remove unused test module
- #3788 Port pr #3725 to the release 2.0 branch
- #3795 Trigger an assertion when calling
findRecord
with falsy (except 0) id - #3808 Update internal-model.js
- #3814 [BUGFIX] Do not deserialize when a relationship named
type
exists - #3816 run optional feature tests on AppVeyor
- #3817 Update the changelog for Ember Data 2.1.0