Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: fabscale/ember-cognito-identity

Release 1.2.0

15 Apr 07:26
Compare
Choose a tag to compare

1.2.0 (2020-04-15)

Features

  • Handle resetting password for inactive user (e7f202b)

Release 1.1.0

14 Apr 08:05
Compare
Choose a tag to compare

1.1.0 (2020-04-14)

Release 1.0.0

07 Apr 07:50
Compare
Choose a tag to compare

1.0.0 (2020-04-07)

Bug Fixes

  • Ensure to use RSVPPromise everywhere (0bc6a28)

BREAKING CHANGES

  • Changed support

Release 0.11.0

25 Feb 07:54
Compare
Choose a tag to compare

0.11.0 (2020-02-25)

Features

  • Drop default components (75c9cef)

Release 0.10.2

06 Feb 15:43
Compare
Choose a tag to compare

0.10.2 (2020-02-06)

Bug Fixes

  • Ensure refresh access token task is cancelled when logging out (0a58266)

Release 0.10.1

27 Jan 09:40
Compare
Choose a tag to compare

0.10.1 (2020-01-27)

Bug Fixes

Release 0.10.0

24 Jan 12:26
Compare
Choose a tag to compare

0.10.0 (2020-01-24)

Features

  • Add refreshAccessToken method to service (bc46f79)
  • Auto-refresh access tokens every 45 minutes (44ef0cd)

Release 0.9.1

21 Jan 13:46
Compare
Choose a tag to compare

0.9.1 (2020-01-21)

Release 0.9.0

07 Jan 09:20
Compare
Choose a tag to compare

0.9.0 (2020-01-07)

Bug Fixes

  • fix template linting issues (1e3c9e8)

Features

  • Throw InvalidPasswordError for InvalidParameterException (5caea05)

Release 0.8.0

04 Dec 09:19
Compare
Choose a tag to compare

0.8.0 (2019-12-04)

Bug Fixes

  • Remove isDevelopingAddon hook to speed up host app builds (9245903)

Features

  • Add typing for all components (8918b27)
  • Add typing for cognito service (1504d84)
  • Add typing for errors/cognito (701dad3)
  • Add typing for global-polyfill (04d0b71)
  • Do not pass in cognitoData to onAuthenticated hook (f79156b)