Skip to content

Releases: emberjs/data

Ember Data 2.8.1

23 Sep 20:07
Compare
Choose a tag to compare

Release 2.8.1 (September 23, 2016)

  • #4536 bump to latest ember-cli, run ember init, cleanup post init
  • #4546 Revert "Log an assertion if the response from createRecord does not have an I…"
  • #4537 [BUGFIX beta] Ember Data should not swallow exceptions from the run loop
  • #4545 [BUGFIX beta] Make Model#data a plain getter.
  • #4541 [BUGFIX release] Include initializers for global production build

Ember Data 2.8.0

12 Sep 17:28
Compare
Choose a tag to compare

Release 2.8.0 (September 8, 2016)

  • #4519 [BUGFIX beta] Prefer includes over contains
  • #4489 [BUGFIX beta] Fix Brittle Promise Usage
  • #4473 Fix key remapping for id/ids belongsTo with embedded-records-mixin
  • #4490 [DOCS] No need to use Ember.run in succes and failure of wrapped getJSON
  • #4446 modelHasAttributeOrRelationshipNamedType should not show up in the …
  • #4425 [BUGFIX] Pass options to transform for serialization in json-api
  • #4417 Revert "Uses bin/start with friendly error message for npm start."
  • #4408 Log an assertion if the response from createRecord does not have an i…
  • #4246 [FEATURE ds-rollback-attribute] Add rolling back of a single model attribute
  • #4418 remove DEPRECATION: Using the global version of DS is deprecated when running tests
  • #4448 [BUGFIX beta] The adapter should call ajax instead of the new metho…
  • #4442 Fix typo in comment
  • #4433 Remove JSHint directives from Mocha test blueprints
  • #4435 [DOC] typo fix for queryRecord (kown -> known)
  • #4431 Update changelog for 2.6.1 release
  • #4464 Add benchmarks directory to npmignore
  • #4447 Remove initializer methods from the API docs
  • #4444 Update the API docs for the DS.Adapter class
  • #4449 Add link to PR for ds-check-should-serialize-relationships feature
  • #4451 [CLEANUP beta] Remove feature flag for ds-serialize-ids-and-types (shipped in 2.6) #4416
  • #4454 Add since tags for methods added in Ember Data 1.13
  • #4455 Do not display normalize-link in the API docs
  • #4461 Ember Data is no Dummy 😎
  • #4466 [BUGFIX beta] Fixes issue with GET requests appending ?{} to url
  • #4470 Belongs to not updating when response contains a change with the previous value
  • #4481 [BUGFIX release] Revert blueprints to use the old import DS format
  • #4484 [BUGFIX beta] Update API docs to import DS from 'ember-data'
  • #4485 Update changelog for the Ember Data 2.7.0 release

Ember Data 2.8.0-beta.3

29 Aug 12:43
Compare
Choose a tag to compare
Pre-release

Release 2.8.0-beta.3 (August 29, 2016)

  • #4519 [BUGFIX beta] Prefer includes over contains

Ember Data 2.8.0-beta.2

15 Aug 19:44
Compare
Choose a tag to compare
Pre-release

Release 2.8.0-beta.2 (August 15, 2016)

  • #4489 [BUGFIX beta] Fix Brittle Promise Usage
  • #4473 Fix key remapping for id/ids belongsTo with embedded-records-mixin
  • #4490 [DOCS] No need to use Ember.run in succes and failure of wrapped getJSON

Ember Data 2.8.0-beta.1

25 Jul 21:26
Compare
Choose a tag to compare
Pre-release

Release 2.8.0-beta.1 (July 25, 2016)

  • #4446 modelHasAttributeOrRelationshipNamedType should not show up in the …
  • #4425 [BUGFIX] Pass options to transform for serialization in json-api
  • #4417 Revert "Uses bin/start with friendly error message for npm start."
  • #4408 Log an assertion if the response from createRecord does not have an i…
  • #4246 [FEATURE ds-rollback-attribute] Add rolling back of a single model attribute
  • #4418 remove DEPRECATION: Using the global version of DS is deprecated when running tests
  • #4448 [BUGFIX beta] The adapter should call ajax instead of the new metho…
  • #4442 Fix typo in comment
  • #4433 Remove JSHint directives from Mocha test blueprints
  • #4435 [DOC] typo fix for queryRecord (kown -> known)
  • #4431 Update changelog for 2.6.1 release
  • #4464 Add benchmarks directory to npmignore
  • #4447 Remove initializer methods from the API docs
  • #4444 Update the API docs for the DS.Adapter class
  • #4449 Add link to PR for ds-check-should-serialize-relationships feature
  • #4451 [CLEANUP beta] Remove feature flag for ds-serialize-ids-and-types (shipped in 2.6) #4416
  • #4454 Add since tags for methods added in Ember Data 1.13
  • #4455 Do not display normalize-link in the API docs
  • #4461 Ember Data is no Dummy 😎
  • #4466 [BUGFIX beta] Fixes issue with GET requests appending ?{} to url
  • #4470 Belongs to not updating when response contains a change with the previous value
  • #4481 [BUGFIX release] Revert blueprints to use the old import DS format
  • #4484 [BUGFIX beta] Update API docs to import DS from 'ember-data'
  • #4485 Update changelog for the Ember Data 2.7.0 release

Ember Data 2.7.0

25 Jul 21:25
Compare
Choose a tag to compare

Release 2.7.0 (July 25, 2016)

  • #4482 Disable ds-improved-ajax for the 2.7 release
  • #4470 Belongs to not updating when response contains a change with the previous value
  • #4481 [BUGFIX release] Revert blueprints to use the old import DS format
  • #4484 [BUGFIX beta] Update API docs to import DS from 'ember-data'
  • #4454 Add since tags for methods added in Ember Data 1.13
  • #4464 Add benchmarks directory to npmignore
  • #4466 [BUGFIX beta] Fixes issue with GET requests appending ?{} to url
  • #4425 [BUGFIX] Pass options to transform for serialization in json-api
  • #4433 Remove JSHint directives from Mocha test blueprints
  • #4435 [DOC] typo fix for queryRecord (kown -> known)
  • #4448 [BUGFIX beta] The adapter should call ajax instead of the new metho…
  • #4320 Fixup feature flagging infrastructure.
  • #4311 Use property lookup in applyTransforms
  • #4318 [FEATURE ds-payload-hooks] Add hooks to map type in payload to modelName
  • #4378 [DOC] Add link to PR's for every feature
  • #4327 [DOC] Update CONTRIBUTING.md for feature flags
  • #4389 call super in addon#init
  • #4337 [DOC] Update README.md for improve ES6 syntax in example
  • #4348 [CLEANUP ds-finder-include]
  • #4347 [CLEANUP ds-references]
  • #4345 [DOC] fix example syntax
  • #4334 Port the 2.5.x changelog entires to master
  • #4393 During normalization, use property lookup instead of hasOwnProp checks
  • #4363 [DOC] Fix hard-coded "Customizing Adapters" link
  • #4350 [CLEANUP ds-transform-pass-options]
  • #4374 Fix #4366: EmbeddedRecordsMixin embeds the record, not the snapshot
  • #4392 Fix lint errors caused by merging an older pr
  • #4396 Deprecate date parse
  • #4398 [FEATURE ds-overhaul-references] Fix inconsistencies with Reference#push
  • #4399 Add link to PR of ds-payload-type-hooks feature
  • #4403 [BUGFIX beta] Correctly coalesce URI encoded ids
  • #4405 [BUGFIX beta] Document the adapterOptions property
  • #4427 Update changelog for the 2.6.0 release

Ember Data 2.6.2

25 Jul 21:24
Compare
Choose a tag to compare

Release 2.6.2 (July 25, 2016)

  • #4481 [BUGFIX release] Revert blueprints to use the old import DS format

Ember Data 2.5.5

25 Jul 21:24
Compare
Choose a tag to compare

Release 2.5.5 (July 25, 2016)

  • #4483 [BUGFIX release] Update the blueprints to import the DS namespace

Ember Data 2.7.0-beta.3

11 Jul 14:48
Compare
Choose a tag to compare
Pre-release

Release 2.7.0-beta.3 (July 11, 2016)

  • #4464 Add benchmarks directory to npmignore
  • #4466 [BUGFIX beta] Fixes issue with GET requests appending ?{} to url

Ember Data 2.7.0-beta.2

28 Jun 15:15
Compare
Choose a tag to compare
Pre-release

Release 2.7.0-beta.2 (June 28, 2016)

  • #4425 [BUGFIX] Pass options to transform for serialization in json-api
  • #4433 Remove JSHint directives from Mocha test blueprints
  • #4435 [DOC] typo fix for queryRecord (kown -> known)
  • #4448 [BUGFIX beta] The adapter should call ajax instead of the new metho…