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 2.1.0

08 Jun 06:10
Compare
Choose a tag to compare

2.1.0 (2021-06-08)

  • Update ember-auto-import 2.x
  • Update all dependencies to latest

Release 2.0.0

03 Mar 09:53
Compare
Choose a tag to compare

2.0.0 (2021-03-03)

  • feat(refactor)!: Drop onAuthenticated() and onUnauthenticated() hooks (b50bc6d)
  • feat(deps)!: Bump ember-concurrency from 1.x to 2.x (bcf445f)

BREAKING CHANGES

  • Hooks dropped in favor of manually handling this.
  • Major dependency update might be incompatible with other dependencies.

Release 1.5.4

03 Mar 09:44
Compare
Choose a tag to compare

1.5.4 (2021-03-03)

  • Update dependencies

Release 1.5.3

18 Feb 14:58
Compare
Choose a tag to compare

1.5.3 (2021-02-18)

  • Bump dependencies & update to latest ember-cli (internal)

Release 1.5.2

10 Dec 10:21
Compare
Choose a tag to compare

1.5.2 (2020-12-10)

Bug Fixes

  • Ensure restoreAndLoad properly throws CognitoNotAuthenticatedError (79f0fea)

Release 1.5.1

12 Oct 08:57
Compare
Choose a tag to compare

1.5.1 (2020-10-12)

Bug Fixes

  • Ensure restoreAndLoad rejects if not signed in (ed0e99c)

Release 1.5.0

08 Oct 15:57
Compare
Choose a tag to compare

1.5.0 (2020-10-08)

Features

  • Ensure better type safety (66b5550)

Release 1.4.0

01 Sep 13:17
Compare
Choose a tag to compare

1.4.0 (2020-09-01)

Features

  • Allow to specify custom endpoint for user pool (1b0fae3)

Release 1.3.0

22 Jun 13:24
Compare
Choose a tag to compare

1.3.0 (2020-06-22)

  • Update emebr-cocnurrency from 1.1.17 to 1.2.0
  • Update ember-concurrency-decorators from 1.0.0 to 2.0.0
  • Update amazon-coginito-identity-js from 4.3.1 to 4.3.2
  • Update ember-cli-babel from 7.20.5 ro 7.21.0
  • Update internal dependencies

Release 1.2.1

12 May 06:38
Compare
Choose a tag to compare

1.2.1 (2020-05-12)

Bug Fixes

  • Remove duplicate lib inclusion (f5664b3)