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

Latest commit

 

History

History
492 lines (286 loc) · 27.3 KB

CHANGELOG.md

File metadata and controls

492 lines (286 loc) · 27.3 KB

2.1.0 (2021-06-08)

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

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.

v3.9.0 (2022-09-12)

🚀 Enhancement

  • #772 Use native Promise instead of RSVP (@mydea)

🐛 Bug Fix

  • #781 Ensure mock user pool is always correctly set up (@mydea)

🏠 Internal

Committers: 1

v3.8.3 (2022-08-23)

🏠 Internal

Committers: 1

v3.8.2 (2022-05-04)

🚀 Enhancement

  • #725 feat: Expose getAccessToken and getIdToken on cognitoData (@mydea)

🏠 Internal

Committers: 1

v3.8.1 (2022-03-11)

🐛 Bug Fix

  • #707 fix: Remove unneeded CSS from addon (@mydea)

🏠 Internal

Committers: 1

v3.8.0 (2022-02-03)

🏠 Internal

Committers: 1

v3.7.0 (2022-01-17)

🚀 Enhancement

  • #676 chore(deps): bump amazon-cognito-identity-js from 5.0.3 to 5.2.4 (@mydea)

🐛 Bug Fix

  • #675 Ensure @babel/eslint-parser is a devDependency (@mydea)

🏠 Internal

  • #677 Update dev dependencies (@mydea)
  • #674 chore(deps): bump @embroider/macros from 0.49.0 to 0.50.2 (@mydea)

Committers: 1

v3.6.0 (2022-01-04)

🚀 Enhancement

  • #672 feat: Ensure licence is correctly MIT (@mydea)
  • #668 chore: Use Object.assign instead of assign (@mydea)

🏠 Internal

Committers: 1

v3.5.0 (2021-11-02)

🏠 Internal

Committers: 1

v3.4.0 (2021-10-25)

🚀 Enhancement

  • #631 feat: add logoutForce method to allow to handle inconsistent state (@mydea)

🏠 Internal

Committers: 1

v3.3.0 (2021-08-20)

🏠 Internal

Committers: 1

v3.2.0 (2021-07-27)

v3.1.1 (2021-07-22)

🐛 Bug Fix

  • #573 fix: Do not require userPoolId config to be set when mocks are enabled (@mydea)

Committers: 1

v3.1.0 (2021-07-22)

🚀 Enhancement

  • #572 feat: Add mockCognitoLogoutCurrentUser test helper (@mydea)

🏠 Internal

  • #571 Remove old mockCognito test helper (@mydea)

Committers: 1

v3.0.2 (2021-07-22)

🏠 Internal

  • #570 chore(deps): bump @embroider/macros from 0.42.0 to 0.43.0 (@mydea)

Committers: 1

v3.0.1 (2021-07-05)

🐛 Bug Fix

Committers: 1

v3.0.0 (2021-07-01)

🚀 Enhancement

  • #549 Refactor test helpers away from Pretender to mocked classes (@mydea)

🐛 Bug Fix

  • #550 Ensure token is continuously refreshed, not just once (@mydea)

🏠 Internal

Committers: 1

v2.4.0 (2021-06-29)

🚀 Enhancement

  • #548 Expose authenticateUser method to check password (@mydea)

🏠 Internal

  • #547 Export mockCognitoData test helper (@mydea)

Committers: 1

v2.3.0 (2021-06-23)

🚀 Enhancement

  • #546 Allow to setup & use MFA authentication (@mydea)

🏠 Internal

  • #545 Refactor cognito methods into util functions (@mydea)

Committers: 1

v2.2.0 (2021-06-15)

🚀 Enhancement

  • #544 Update default Pretender config for tests to pass through everything (@mydea)

🏠 Internal

Committers: 1

1.5.4 (2021-03-03)

1.5.3 (2021-02-18)

1.5.2 (2020-12-10)

Bug Fixes

  • Ensure restoreAndLoad properly throws CognitoNotAuthenticatedError (79f0fea)

1.5.1 (2020-10-12)

Bug Fixes

  • Ensure restoreAndLoad rejects if not signed in (ed0e99c)

1.5.0 (2020-10-08)

Features

  • Ensure better type safety (66b5550)

1.4.0 (2020-09-01)

Features

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

1.3.0 (2020-06-22)

1.2.2 (2020-06-09)

1.2.1 (2020-05-12)

Bug Fixes

  • Remove duplicate lib inclusion (f5664b3)

1.2.0 (2020-04-15)

Features

  • Handle resetting password for inactive user (e7f202b)

1.1.0 (2020-04-14)

1.0.0 (2020-04-07)

  • chore!: Drop support for ember-source@3.13 (e42fbcc)

Bug Fixes

  • Ensure to use RSVPPromise everywhere (0bc6a28)

BREAKING CHANGES

  • Changed support

0.11.0 (2020-02-25)

Features

  • Drop default components (75c9cef)

0.10.2 (2020-02-06)

Bug Fixes

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

0.10.1 (2020-01-27)

Bug Fixes

0.10.0 (2020-01-24)

Features

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

0.9.1 (2020-01-21)

0.9.0 (2020-01-07)

Bug Fixes

  • fix template linting issues (1e3c9e8)

Features

  • Throw InvalidPasswordError for InvalidParameterException (5caea05)

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)

0.7.0 (2019-11-12)

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)

0.6.0 (2019-10-23)

Bug Fixes

Features

  • Import amazon-cognito-identity-js instead of using global (b305ba6)

0.5.0 (2019-10-14)

Features

  • Use @tracked() instead of computed() (b9e646c)
  • Use @glimmer/component instead of @ember/component (e2aae2a)
  • Use co-location component setup (requires ember-source>3.13!) (3b33552)

0.4.1 (2019-10-14)

0.4.0 (2019-09-13)

Features

  • Allow to customize new attributes for setNewPassword (81eac69)

0.3.0 (2019-08-29)

Features

  • Ensure pretender is not included in production builds (6841f58)

0.2.5 (2019-08-28)

Bug Fixes

  • Ensure restoreAndLoad does nothing if session is already loaded (0af1fac)

0.2.4 (2019-08-22)

Bug Fixes

  • Use set for setup-cognito-mocks test helper (83ed015)

0.2.3 (2019-08-19)

0.2.2 (2019-08-19)

Bug Fixes

  • Update module import paths for new package name (5a0dfbb)

0.2.1 (2019-08-19)

0.2.0 (2019-08-12)

Features

  • convert all classes to native ES6 class syntax (2299eb1)

0.1.1 (2019-08-12)

0.1.0 (2019-08-12)