Releases: kinde-oss/js-utils
Releases · kinde-oss/js-utils
Release 0.6.0
- feat: add isCustomDomain utility method. (f14cdf6)
- fix: prompt behavour
- Update dependancies
Release 0.5.0
- BREAKING CHANGE: Make generateAuthUrl async (78a96b6)
- fix: remove releaseId (8fbb73f)
- fix: deployment id url parameter (82aed0a)
- fix: incorrect react-native requirement (ba1f131)
- chore: allow ts-ignore in test (4b0efcf)
- fix: correct incorrect spelling (6012806)
- test: expand refresh token tests (5c2089f)
- fix: done make refreshTimer exported (014461e)
- test: fix unit tests (fe8e4c0)
- feat: auto refresh token after code exchange (c2c875f)
- fix: vite exports for builds (ce4f2ce)
- feat: insecure storage support (c0abe4e)
- fix: correct spelling of sanitizeUrl (742f5a7)
- feat: updates (c7b873e)
- fix: preseve browser state (e0d39fd)
- test: minor updates (b6877c0)
- fix: error handling improvements and improved security (00a554f)
- feat: add handling bad responses from token endpoint (d033a0d)
- fix: await removing storage items (4f0e74b)
- feat: improve splitString (c78f029)
- fix: IsAuthenticatedPropsWithRefreshToken interface (561489c)
- chore: update test config (7c866c1)
- chore: lint (eff28e6)
- test: update tests (3243c4e)
- feat: added framework settings config and expanded tests (62ebed6)
- chore: remove incomplete store. (5ba4864)
- chore: update lock (b33533e)
- chore: lint and remove only from tests (912a7cb)
- feat: add exchangeAuthCode method (eb514ce)
- feat: add remove multiple items support from store (8c9474c)
- fix: extend code verifier (7c649b4)
- chore: clean up tests (f8f605a)
- chore: lint (bd82a91)
- feat: add clearActiveStorage and tests (6e2399f)
- fix: add missing StorageKey (05e7203)
- fix: PR updates (3658bc4)
- feat: added hasActiveStorage and JSDocs (8daa59d)
- test: fix tests (19ccb41)
- Merge branch 'main' into fix/generateAuthUrl (b4fde7a)
- test: fix tests (d8313d7)
- Merge pull request #16 from kinde-oss/feat/storageSetItems (f379624)
- chore: lint (aa264e8)
- fix: solidify types more (69e55c1)
- chore: remove console log (cd668a8)
- chore: lint (6bc8a98)
- fix: update LocalStorage and fix types (f2384a1)
- feat: add setItems to storage (b085335)
- tests: fix tests (c110df8)
- fix: remove exception when no state (3c00453)
- fix: couple of small updates to generateAuthUrl, including auto setting store with nonce and state. (e0e2422)
- test: add new methods to export test (721f088)
- test: fix tests (8f0139b)
- feat: add localStorage production warning (3fb9290)
- feat: added localStorage store (38707bf)
- feat: add workflowId and ReleaseId query params (d9d723b)
- test: add tests for isAuthenticated and refreshToken (c765e7d)
- feat: add isAuthenticated and refreshToken functions (6ae7ec2)
Full Changelog: 0.4.1...0.5.0
Release 0.4.1
- fix: token utility export (3ee4b53)
Release 0.4.0
🚀 Enhancements
- Add activeStorage, getDecodedToken and getUserOrganisations (2221169)
- Added getRoles and extended test coverage (0b03912)
- Add error when no sub in idtoken and getting user (d34ee6e)
🩹 Fixes
- Offline scope (a82c634)
📖 Documentation
- Add helpers to readme (60387bf)
🏡 Chore
- deps-dev: Bump vite in the npm_and_yarn group across 1 directory (d29cf4b)
Release 0.3.0
- fix: return null when item doesn't exist from expo store (80d76c4)
- fix: ensure expo storage is loaded before using. (7245aaa)
- feat: add nonce external definition and remove redundant code random generator calls (3010015)
- fix: make generateRandomString work when not crypto (12bce7d)
- test: skip expo tests until mocked (ae77939)
- feat: add expo secure store session manager (e86dd0f)
- feat: add nonce to StorageKeys (587a9f6)
- chore: correct js doc for chrome store (925b8ba)
Release 0.2.0
Release 0.1.0
- docs: update readme (9b73820)
- fix: change show complete screen to has success page (7d12cac)
- chore: lint fixes (12d9e8f)
- test: change test imports to extend coverage (a53ae90)
- feat: add showCompleteScreen (ad2a868)
- feat: add mapLoginMethodParamsForUrl and improved typing and default values. (d9ae73d)
- fix (1f3be66)
- feat: updates (f246eac)
- feat: added eslint (5d1988e)
- feat: initial commit (60e7ac8)