Skip to content

Releases: mainmatter/ember-simple-auth

1.9.1

12 Jul 12:11
Compare
Choose a tag to compare

🏠 Internal

  • #1895 CI: Remove v prefix from version tag constraint (@Turbo87)

Committers: 1

1.9.0

12 Jul 11:48
Compare
Choose a tag to compare

🚀 Enhancement

  • #1885 oauth2-password-grant: Convert tokenRefreshOffset to a native getter (@Turbo87)
  • #1886 session-stores/cookie: Convert private volatile properties to methods (@Turbo87)

🐛 Bug Fix

  • #1817 Fix "Use of merge" deprecation warning in oauth2-password-grant when... (@arnebit)

📝 Documentation

🏠 Internal

Committers: 9

1.8.2

08 Mar 16:23
Compare
Choose a tag to compare

This release would not have been possible without the contributions by @jessica-jordan, @Alonski and @marcoow. Thanks a lot!

1.8.1

17 Jan 09:34
Compare
Choose a tag to compare
  • Additional patch fix for deprecation warning for Evented#off method on Ember 3.6+, see #1725

This release would not have been possible without the contributions by @MichalBryxi and @richard-viney.
Thanks a lot! ✨

1.8.0

20 Dec 14:43
Compare
Choose a tag to compare
  • Fixes deprecation warning for Evented#off method on Ember 3.6+, see #1722
  • Support for ember-fetch 6.0+, see #1713
  • Fixes error handling for the Torii authenticator, making errors throw as expected
    if a Promise is rejected, see #1696
  • Updates ember-try test scenarios with Ember 3.0, see this commit

This release would not have been possible without the contributions by @marcoow, @mike-north, @jfschaff, @geekygrappler, @quaertym, @runspired, @kevinansfield, @drewchandler, @andreyfel, @Turbo87, @MichalBryxi and @richard-viney.
Thanks a lot! ✨

1.7.0

26 Jul 13:53
Compare
Choose a tag to compare
  • The baseURL configuration property is now deprecated; use the rootUrl property instead, see #1597.
  • ESA works with ember-fetch@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" now, see #1608.
  • Session events are now bound to methods on the application route correctly, see #1604.
  • The repeated isFastBoot properties used in various places in the codebase have been replaced with a computed property macro, see #1623.
  • The broccoli-file-creator dependency has been raised to ^2.0.0, see #1636.
  • The API docs and README habe been improved for greater clarity and better examples, see #1583, #1591, #1631, #1598.
  • The dummy app now implements remember-me functionality, see #1606.

1.6.0

04 Apr 16:32
Compare
Choose a tag to compare
  • 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.

1.5.1

19 Feb 10:42
Compare
Choose a tag to compare
  • Session restoration is now setup in an initializer (vs. an instance initializer), see #1547.
  • The new acceptance test helpers introduced with 1.5.0 no longer need to manually set up the router (which was using private API), see #1548.

1.5.0

14 Feb 08:11
Compare
Choose a tag to compare
  • The acceptance test helpers no longer rely on the global wait test helper, see #1516.
  • A new set of acceptance test helpers was introduced that is imported from the ember-simple-auth module namespaces and supports Ember's new testing model, see #1536.
  • The ember-cookies dependency now allows ^0.1.0 as well as ^0.2.0, see #1538.

1.4.2

27 Dec 15:43
Compare
Choose a tag to compare
  • The broken warn() method on the cookie session store has been fixed, see #1502.
  • The event listener on the local-storage session store is correctly removed, see #1498.