Skip to content

1.6.0

Compare
Choose a tag to compare
@marcoow marcoow released this 04 Apr 16:32
· 1511 commits to master since this release
  • Authorizers are now deprecated, see #1532. For more information on the deprecation, refer to the
    deprecation guide.
  • The session service's invalidate method can now be called when the session is already invalidated, and would simply do nothing in that case, see #1555.
  • The previously removed ember-simple-auth instance initializer has been added again which fixes a regression in applications that relied on its existence, see #1565.
  • Usage of the private beginPropertyChanges/endPropertyChanges methods has been removed, see #1554.