Skip to content

Telepathic Robots

Compare
Choose a tag to compare
@pixelhandler pixelhandler released this 19 Nov 21:33
· 15 commits to master since this release
  • Use ember-fetchjax and remove fetch mixin, #126
  • Change findRelated function parameters to use relation, #125
  • Change hasMany/hasOne to toMany/toOne, #124
    • hasMany/hasOne still exist as aliases to toMany/toOne
  • Update tests, use only getOwner, never container lookups, #122
  • Remove usage of this.container completely, #121
  • Ember Enumerable#contains is deprecated so let's use Enumerable#includes, #117

Requires Ember v2.3.0 or newer (v1.x of this library supports Ember v1.13.x +)

  • Uses only getOwner API instead of using this.container