Mostly a dependency update release. Due to the nature of these updates this release might be breaking despite behaviour not changing whatsoever.
Oops! I missed a commit in the previous release that contained a package update.
Resolves some problems with types
This release previews a massive rewrite of this addon including updates to Ember, Typescript, and more. Please give this a test!
- Fix ember-inflector deprecations
- Add more Ember Data scenarios for ember-try
- Update "loader.js" to v4.6.0
- Convert "ember-load-initializers" to npm dependency
- Convert "ember-cli-shims" to npm dependency
- Remove explicit
ember-try
dependency - Update "ember-cli" to v2.16.2
- CI: Update Node version to 4
- Fix's a regression in ember-data >= 2.4.0 related to arguments changing in RESTAdapter's handleResponse function emberjs/data#3930, pass along requestData as argument in active-model-adapter handleResponse override method as well as fix handleResponse - returns ajax response if not 422 response test (#83)
- Restore old initializer code from 2.0.3
- #80 [bugfix] Allow relationships to not have the _id suffix
- #51 [bugfix] add tests around errors
- #52 fix issue where attributes are getting erased when using when using the DS.EmbeddedRecordsMixin with a polymorphic embedded model
- #57 Test against Ember Data 2.1
- #60 Do not use application.registry
- #34 Remove execute permission
- #41 Fix babel rename option warning
- #42 Remove unused container in instance initializer, fixes #40
- #43 Fix initializer deprecation warning for >= ember 2.1.0
- #44 update for Ember Data 2.0
- #30 Update CONTRIBUTING.md
- #32 Set isNewSerializerAPI for ActiveModelSerializer
- #35 [bugfix RELEASE] Restore polymorphic support
- #36 Improve code readability
- Bump version to fix #28
- #14 Fix code style in README.md
- #20 Support for weird polymorphic relationship format
- #21 Update package.json
- #27 Polymorphic fixes
- #19 cleanup tests, fix bower publishing by generating a new bower.json
- #8 Have looked up ActiveModelSerializer opt into the new Serializer API
- #4 Add missing
.rb
files to be bundled to active-model-adapter gem - #5 Depend on
ember-data-source
instead ofember-source
- #6 Fix example code in README.md
- #3 add support for new response api
- Initial Release, active-model-adapter was moved out of the Ember Data repo into its own repo