Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v1.6.4

Compare
Choose a tag to compare
@jamesarosen jamesarosen released this 28 May 12:45
· 351 commits to master since this release
  • Use Ember.Handlebars, not Handlebars for helper management
  • The default compileTemplate throws an Ember.Error if the full
    Ember.Handlebars is not available
  • Check view.$() instead of view.state as Ember is deprecating the
    latter in favor in favor of view._state, but doesn't consider either
    to be part of the public API.
  • Convert Em to Ember for consistency