Skip to content

Commit

Permalink
Merge pull request #3060 from tonywok/patch-2
Browse files Browse the repository at this point in the history
Update changelog with correct-er links
  • Loading branch information
fivetanley committed May 10, 2015
2 parents 0d2fa1a + eef1e5d commit 4b44728
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@

### Release 1.0.0-beta.17 (May 10, 2015)

- [#2898](https://github.com/emberjs/ember-data/pull/2898) Pass requestType to buildURL [@amiel](https://github.com/amiel)
- [#2790](https://github.com/emberjs/ember-data/pull/2790) Embedded records mixin should use the correct serialization key when deserialize configuration is set, Fixes #2556 [@agrobbin](https://github.com/agrobbin)
- [#2933](https://github.com/emberjs/ember-data/pull/2933) Extracts InvalidError into a separate file and makes it a subclass of Ember.Error [@twokul](https://github.com/twokul)
- [#2936](https://github.com/emberjs/ember-data/pull/2936) Introduce relationship.hasData [@wecc](https://github.com/wecc)
- [#2940](https://github.com/emberjs/ember-data/pull/2940) [DOC] Fix for DS.Store#findMany [@hibariya](https://github.com/hibariya)
- [#2939](https://github.com/emberjs/ember-data/pull/2939) Snapshots unknown relationships [@wecc](https://github.com/wecc)
- [#2958](https://github.com/emberjs/ember-data/pull/2958) adapter.serialize receives a snapshot [@rague](https://github.com/rague)
- [#2946](https://github.com/emberjs/ember-data/pull/2946) Handle null/empty type paths in build url mixin [@vinilios](https://github.com/vinilios)
- [#2961](https://github.com/emberjs/ember-data/pull/2961) Use new getter/setter for computed if available [@wecc](https://github.com/wecc)
- [#2956](https://github.com/emberjs/ember-data/pull/2956) Clear meta data when unloading all records for a type. Fixes #2772 [@runspired](https://github.com/runspired)
- [#2953](https://github.com/emberjs/ember-data/pull/2953) Do not assert reserved properties for static properties. [@bmac](https://github.com/bmac)
- [#2959](https://github.com/emberjs/ember-data/pull/2959) Remove value from retrieveFromCurrentState CP [@wecc](https://github.com/wecc)
- [#2999](https://github.com/emberjs/ember-data/pull/2999) Make unloadAll() unload all records, deprecate unloadAll(type) in favor ... [@svox1](https://github.com/svox1)
- [#2992](https://github.com/emberjs/ember-data/pull/2992) Feature detect Ember.Registry rather than relying on version numbers [@emberjs](https://github.com/emberjs)
- [#2983](https://github.com/emberjs/ember-data/pull/2983) Do not prepend a `/` if namespace is absolute. [@rwjblue](https://github.com/rwjblue)
- [#2966](https://github.com/emberjs/ember-data/pull/2966) Break buildURL into multiple requestType methods [@thejameskyle](https://github.com/thejameskyle)
- [#2980](https://github.com/emberjs/ember-data/pull/2980) [DOC] Use block params style {{#each}} [@HeroicEric](https://github.com/HeroicEric)
- [#2965](https://github.com/emberjs/ember-data/pull/2965) Make version check for ember-data strict [@tricknotes](https://github.com/tricknotes)
- [#3035](https://github.com/emberjs/ember-data/pull/3035) Add method argument to key serialization docs [@Dremora](https://github.com/Dremora)
- [#3004](https://github.com/emberjs/ember-data/pull/3004) Fix serialization results in the documentation. [@nathanhammond](https://github.com/nathanhammond)
- [#3037](https://github.com/emberjs/ember-data/pull/3037) Reset Model#isReloading to false when request fails [@pangratz](https://github.com/pangratz)
- [#3022](https://github.com/emberjs/ember-data/pull/3022) Add missing urlForUpdateRecord to BuildURLMixin [@wecc](https://github.com/wecc)
- [#3021](https://github.com/emberjs/ember-data/pull/3021) Remove unnecessary URL check in findHasMany [@wecc](https://github.com/wecc)
- [#3036](https://github.com/emberjs/ember-data/pull/3036) Remove logic for camelCase-ing error keys in ActiveModelAdapter [@pangratz](https://github.com/pangratz)
- [#3030](https://github.com/emberjs/ember-data/pull/3030) ActiveModelAdapter camelizes keys for errors on 422 [@bdvholmes](https://github.com/bdvholmes)
- [#3026](https://github.com/emberjs/ember-data/pull/3026) [BUGFIX] AMS polymorphic type for namespaced models [@artych](https://github.com/artych)
- [#3032](https://github.com/emberjs/ember-data/pull/3032) use typeKey and typeClass instead of using `type` inconsistently [@emberjs](https://github.com/emberjs)
- [#3040](https://github.com/emberjs/ember-data/pull/3040) JSONSerializer#extractErrors respects custom key mappings [@pangratz](https://github.com/pangratz)
- [#3043](https://github.com/emberjs/ember-data/pull/3043) Fix bug where record rejected via `find` stayed in loading state [@pangratz](https://github.com/pangratz)
- [#3046](https://github.com/emberjs/ember-data/pull/3046) Documented the Model's `rolledBack` event [@lolmaus](https://github.com/lolmaus)
- [#3054](https://github.com/emberjs/ember-data/pull/3054) Fix for deleting from ManyArray [@wagenet](https://github.com/wagenet)
- [#3055](https://github.com/emberjs/ember-data/pull/3055) Merge `attrs` from superclasses into their subclasses. [@omghax](https://github.com/omghax)
- [#3056](https://github.com/emberjs/ember-data/pull/3056) Add more assertions for merged attributes from superclass [@pangratz](https://github.com/pangratz)
- [#2898](https://github.com/emberjs/data/pull/2898) Pass requestType to buildURL [@amiel](https://github.com/amiel)
- [#2790](https://github.com/emberjs/data/pull/2790) Embedded records mixin should use the correct serialization key when deserialize configuration is set, Fixes #2556 [@agrobbin](https://github.com/agrobbin)
- [#2933](https://github.com/emberjs/data/pull/2933) Extracts InvalidError into a separate file and makes it a subclass of Ember.Error [@twokul](https://github.com/twokul)
- [#2936](https://github.com/emberjs/data/pull/2936) Introduce relationship.hasData [@wecc](https://github.com/wecc)
- [#2940](https://github.com/emberjs/data/pull/2940) [DOC] Fix for DS.Store#findMany [@hibariya](https://github.com/hibariya)
- [#2939](https://github.com/emberjs/data/pull/2939) Snapshots unknown relationships [@wecc](https://github.com/wecc)
- [#2958](https://github.com/emberjs/data/pull/2958) adapter.serialize receives a snapshot [@rague](https://github.com/rague)
- [#2946](https://github.com/emberjs/data/pull/2946) Handle null/empty type paths in build url mixin [@vinilios](https://github.com/vinilios)
- [#2961](https://github.com/emberjs/data/pull/2961) Use new getter/setter for computed if available [@wecc](https://github.com/wecc)
- [#2956](https://github.com/emberjs/data/pull/2956) Clear meta data when unloading all records for a type. Fixes #2772 [@runspired](https://github.com/runspired)
- [#2953](https://github.com/emberjs/data/pull/2953) Do not assert reserved properties for static properties. [@bmac](https://github.com/bmac)
- [#2959](https://github.com/emberjs/data/pull/2959) Remove value from retrieveFromCurrentState CP [@wecc](https://github.com/wecc)
- [#2999](https://github.com/emberjs/data/pull/2999) Make unloadAll() unload all records, deprecate unloadAll(type) in favor ... [@svox1](https://github.com/svox1)
- [#2992](https://github.com/emberjs/data/pull/2992) Feature detect Ember.Registry rather than relying on version numbers [@emberjs](https://github.com/emberjs)
- [#2983](https://github.com/emberjs/data/pull/2983) Do not prepend a `/` if namespace is absolute. [@rwjblue](https://github.com/rwjblue)
- [#2966](https://github.com/emberjs/data/pull/2966) Break buildURL into multiple requestType methods [@thejameskyle](https://github.com/thejameskyle)
- [#2980](https://github.com/emberjs/data/pull/2980) [DOC] Use block params style {{#each}} [@HeroicEric](https://github.com/HeroicEric)
- [#2965](https://github.com/emberjs/data/pull/2965) Make version check for ember-data strict [@tricknotes](https://github.com/tricknotes)
- [#3035](https://github.com/emberjs/data/pull/3035) Add method argument to key serialization docs [@Dremora](https://github.com/Dremora)
- [#3004](https://github.com/emberjs/data/pull/3004) Fix serialization results in the documentation. [@nathanhammond](https://github.com/nathanhammond)
- [#3037](https://github.com/emberjs/data/pull/3037) Reset Model#isReloading to false when request fails [@pangratz](https://github.com/pangratz)
- [#3022](https://github.com/emberjs/data/pull/3022) Add missing urlForUpdateRecord to BuildURLMixin [@wecc](https://github.com/wecc)
- [#3021](https://github.com/emberjs/data/pull/3021) Remove unnecessary URL check in findHasMany [@wecc](https://github.com/wecc)
- [#3036](https://github.com/emberjs/data/pull/3036) Remove logic for camelCase-ing error keys in ActiveModelAdapter [@pangratz](https://github.com/pangratz)
- [#3030](https://github.com/emberjs/data/pull/3030) ActiveModelAdapter camelizes keys for errors on 422 [@bdvholmes](https://github.com/bdvholmes)
- [#3026](https://github.com/emberjs/data/pull/3026) [BUGFIX] AMS polymorphic type for namespaced models [@artych](https://github.com/artych)
- [#3032](https://github.com/emberjs/data/pull/3032) use typeKey and typeClass instead of using `type` inconsistently [@emberjs](https://github.com/emberjs)
- [#3040](https://github.com/emberjs/data/pull/3040) JSONSerializer#extractErrors respects custom key mappings [@pangratz](https://github.com/pangratz)
- [#3043](https://github.com/emberjs/data/pull/3043) Fix bug where record rejected via `find` stayed in loading state [@pangratz](https://github.com/pangratz)
- [#3046](https://github.com/emberjs/data/pull/3046) Documented the Model's `rolledBack` event [@lolmaus](https://github.com/lolmaus)
- [#3054](https://github.com/emberjs/data/pull/3054) Fix for deleting from ManyArray [@wagenet](https://github.com/wagenet)
- [#3055](https://github.com/emberjs/data/pull/3055) Merge `attrs` from superclasses into their subclasses. [@omghax](https://github.com/omghax)
- [#3056](https://github.com/emberjs/data/pull/3056) Add more assertions for merged attributes from superclass [@pangratz](https://github.com/pangratz)

### Release 1.0.0-beta.16.1 (March 24, 2015)

Expand Down

0 comments on commit 4b44728

Please sign in to comment.