ember-model
ember-model copied to clipboard
Upgrade Ember Model to work with Ember 3.2
These changes are copied from CondeNast's fork at https://github.com/CondeNast-Copilot/ember-model, specifically from commit https://github.com/CondeNast-Copilot/ember-model/commit/9309a9ccc5e1b7a97a464f277670a219e9eedaac.
- Bump addon to 3.0 and make compatible with 3.2
- Remove leaky variable declarations in model#load method
- Don't load embedded polymorphic relationships in method#load (no necessary and causes collisions)
- Fix tests and travis setup