Releases: colorfy-software/react-native-gigya-sdk
Releases · colorfy-software/react-native-gigya-sdk
Release 1.1.0
1.1.0 (2021-07-07)
Bug Fixes
- allow
isGigyaError()
to handle cases where errorDetails isn't provided (5120f8f)
- update GitHub Actions test script (721c135)
Features
- implement
grantRequiredConsents()
(0ca1b54)
- implement
linkToSite()
(f40fdd7)
- implement
linkToSocialProvider()
(345257a)
- implement
socialLogin()
(24378fd)
Release 1.0.0
1.0.0 (2021-04-17)
- feat!: make storage used configurable (ee8cc6b)
- refactor!: rename config's
encryptedStorageKey
into storageKey
(a6d85ea)
BREAKING CHANGES
- The library will now expect a
storage
library to be provided with GigyaSdk.init()
: it will not use a default persistent storage anymore.
encryptedStorageKey
has been dropped.
Release 0.2.2
0.2.2 (2021-03-26)
Bug Fixes
- handle regToken expiration from handleAuthenticationError() (f2934bd)
- return error from handleAuthenticationError() whenever account couldn't be fetched (ddd165b)
Release 0.2.1
0.2.1 (2021-03-11)
Bug Fixes
- correct setAccount() typing (85a0131)
Release 0.2.0
0.2.0 (2021-03-11)
Bug Fixes
- correct setAccount() to prevent crash on Android (e08eaec)
Features
- expose native getAccount() (7165cf1)
- improve getAccountInfo() & setAccount() typing (d0c8fed)
Release 0.1.2
0.1.2 (2021-02-25)
Bug Fixes
- add missing id_token type (8758ffd)
Release 0.1.1
0.1.1 (2021-02-24)
Bug Fixes
- remove unnecessary files from built package (98fe5fe)
Release 0.1.0
0.1.0 (2021-02-24)
Features