Releases: emberjs/data
Releases · emberjs/data
Ember Data 1.13.16
Release 1.13.16 (February 9, 2016)
- #4143 Update Ember
Inflector and correct Ember Data's usage of it so that users' default
custom inflections work.
Ember Data 2.4.0-beta.2
Release 2.4.0-beta.2 (February 2, 2016)
- #4082 Move the date import to where it is used instead of the root module
- #4063 [BUGFIX release] don't load "app" code when loading globals files
- #4088 [BUFGIX release] Fix regression with missing initializers
- #4066 Use correct version number when used as an addon.
- #4072 [BUGFIX release] Fix bundled source path for gem
- #4073 [BUGFIX release] Add missing dist source to gem
- #4077 [CLEANUP beta] Change the way metadata in response is stored on record array
- #4084 [cleanup] Remove unnecessary inline JSHint config
- #4090 Make yui doc generate links from the project root instead of the file…
- #4091 [BUGFIX release] Refactor Model.reopen to use mixins
- #4095 [BUGFIX release] Remove 'v' prefix from
DS.VERSION
- #4108 [BUGFIX beta] Fix
BuildUrlMixin.urlPrefix
regression when host=/
Ember Data 2.3.3
Release 2.3.3 (January 21, 2016)
- #4095 [BUGFIX release] Remove 'v' prefix from
DS.VERSION
Ember Data 2.3.2
Release 2.3.2 (January 18, 2016)
- #4000 Re-enable pushing builds to S3
- #4002 Fix paths to files which should be uploaded to S3
- #4072 [BUGFIX release] Fix bundled source path for gem
- #4073 [BUGFIX release] Add missing dist source to gem
- #4082 Move the date import to where it is used intead of the root module
- #4084 [cleanup] Remove unnecessary inline JSHint config
- #4088 [BUFGIX release] Fix regression with missing initializers
- #4090 Make yui doc generate links from the project root instead of the file…
- #4091 [BUGFIX release] Refactor Model.reopen to use mixins
Ember Data 2.3.0
Release 2.3.0 (January 12, 2015)
- #4039 Replace calls to store.find with store.findRecord
- #4042 [BUGFIX beta] prevent calls to store.query leaking
- #4048 Strip stuff from addon before it is added to app
- #4050 [BUGFIX beta] Functional update for adapter populated record arrays
- #4051 Make setup-container public to allow consuming apps more flexibility with initializer
- #4052 [DOC beta] Hide private classes from YUIDoc
- #4055 [BUGFIX beta] pin jquery to 1.11.3 to fix broken build
- #4057 [BUGFIX beta] fail builds in ember-cli when ember-cli-shims isn't met
- #4058 [BUGFIX beta] Do not expose the array argument on store.query
- #4060 Require ember-source 2.x
- #4018 [CLEANUP] re-use test setup to assert correct call to adapter.ajax
- #4019 Use JSON-API adapter and serializer in blueprints
- #4021 [BUGFIX beta] Move ember-inflector to an explicit dependency for the …
- #4025 Use keyForReliationship for belongsTo and hasMany
- #3986 Move private modules into the
-private
directory - #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
Ember Data 2.4.0-beta.1
Release 2.4.0-beta.1 (January 12, 2016)
- #3999 Run the Ember Data initializer when Ember Data is loaded as an Ember …
- #3941 Mark
adapterFor
andserializerFor
as public - #3813 ember-data should provide its blueprints
- #3916
Store._find
assertsadapterPayload
not empty - #3940 Remove JSONSerializer#normalizeId
- #3303 Implement RFC 57 - Reference Unification
- #3864 Throw a more helpful error message if the response from queryRecord i…
- #3930 Friendly Errors
- #2384 Directly reloading a hasMany with links should trigger only one request
- #3853 fix transitioning into invalid state
- #3841 Log a deprecation warning when when Ember Data is loaded with Ember 1.13
- #3926 Run
ember watson: methodify
onaddon/
andtest/
- #4009 [FEATURE ds-references] More conistency for RecordReference
- #3961 Add a better error message when findRecord returns an array
- #3949 Fix incorrect reference in store api docs
- #3946 Report better error when
type
is missing from a JSONApi response - #3958 [DOCS fix] fix incorrect argument description...
- #4014 Register the version before the DEBUG version are printed when loadin…
- #3968 Add failing test on PromiseArray.createRecord when called before hasM…
- #3965 [Doc] Specify the status code expected to populate the error object
- #3964 Merge normalizeRelationships and setupRelationships methods in store
- #3967 Added documentation to modify the hash by reference
- #3966 tests for #3707
- #4016 Add missing dependencies for the changelog script
- #3970 [CLEANUP] move test file to correct location
- #4017 [FEATURE ds-references] bring back accidentally removed tests
- #3985 Remove extraneous conditional in ajax()
- #3980 Add license field to bower.json
- #3979 Re-enable feature flags
- #3974 Remove duplicate createRecord test
- #3973 [CLEANUP] use debug helpers from ember-data/debug
- #3983 Fix documentation to use "serializedHasManyName"
- #3984 Cleanup .jshintrc since no globals are used anymore
- #3976 Allow
include
query parameter with store.findRecord & store.findAll - #4000 Re-enable pushing builds to S3
- #3996 Update ember-cli-shims to 0.1.0 to silence ED's own warning
- #3988 [PERF] Don't use array methods
- #3989 Rely on internalModel.createSnapshot to set adapterOptions
- #3990 Update adapter function references in test
- #3993 Do not publish .gem files to npm
- #4025 Use keyForReliationship for belongsTo and hasMany
- #4007 [CLEANUP] Use
isEnabled
instead ofEmber.FEATURES
directly - #4006 [CLEANUP] Separate buildURL tests from pathForType tests
- #4001 Add ember-publisher to package.json
- #4004 [CLEANUP] remove unused feature-flags.js
- #4003 Only run the Ember.onload initializers in globals mode
- #4005 don't cache length in for loops
- #4002 Fix paths to files which should be uploaded to S3
- #4049 Run node tests and optional feature tests on AppVeyor
- #4015 [CLEANUP] Don't cache length in for loops
- #4019 Use JSON-API adapter and serializer in blueprints
- #4018 [CLEANUP] re-use test setup to assert correct call to adapter.ajax
- #4011 [CLEANUP] Update and remove obsolete comments
- #4030 [CLEANUP] use methods from utils module directly
- #4029 Move public modules out of the
-private
folder - #4051 Make setup-container public to allow consuming apps more flexibility with initializer
- #4037 Happy New Year!
- #4035 Simplify the urlPrefix method to make it easier to understand
- #4031 [CLEANUP] Remove special logic for meta.descs in tests
- #4032 [CLEANUP] remove obsolete code within Store#willDestroy
- #4039 Replace calls to store.find with store.findRecord
- #4053 [FEATURE ds-references] Only add function to prototype if enabled
- #4059 Update name for feature in FEATURES.md
Ember Data 2.3.1
Ember Data 2.3.0-beta.5
Release 2.3.0-beta.5 (December 31, 2015)
- #4018 [CLEANUP] re-use test setup to assert correct call to adapter.ajax
- #4019 Use JSON-API adapter and serializer in blueprints
- #4021 [BUGFIX beta] Move ember-inflector to an explicit dependency for the …
- #4025 Use keyForReliationship for belongsTo and hasMany
- #4029 [BUGFIX beta] Move public modules out of the
-private
folder - #4026 [BUGFIX beta] ignores keys that are not found in the map
Ember Data 2.3.0-beta.4
Release 2.3.0-beta.4 (December 18, 2015)
- #3813 ember-data should provide its blueprints
- #3996 Update ember-cli-shims to 0.1.0 to silence ED's own warning
- #3999 Run the Ember Data initializer when Ember Data is loaded as an Ember …
- #4003 Only run the Ember.onload initializers in globals mode
- #4010 [DOC beta] Mark comments as private
- #4014 Register the version before the DEBUG version are printed when loadin…
Ember Data 2.3.0-beta.3
Release 2.3.0-beta.3 (December 14, 2015)
- #3995 [BUGFIX beta] Implement public module API.