Skip to content

v1.0.0

Choose a tag to compare

@mydea mydea released this 30 May 08:46
· 91 commits to master since this release
  • Use new getOwner(this).factoryFor() method. This required Ember >= 2.13, or you'll need to manually install https://github.com/rwjblue/ember-factory-for-polyfill
  • Allow tours to be defined as arrays, functions or Ember.Objects.
    • The function is expected to return an array in the same format
    • The Ember.Object is expected to have a tours property which contains an array in the same format
  • [INTERNAL] Use eslint-plugin-ember-suave instead of ember-suave