ember-model icon indicating copy to clipboard operation
ember-model copied to clipboard

Upgrade Ember Model to work with Ember 3.2

Open richgt opened this issue 6 years ago • 0 comments

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

richgt avatar Feb 27 '19 17:02 richgt