All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.3 (2022-03-08)
0.4.2 (2022-03-05)
0.4.1 (2022-01-26)
- inline source code in esm map files (680165b)
0.4.0 (2021-12-05)
- Exclude optional third-party SDKs by default. See
BREAKING.md
file.
0.3.12 (2021-11-13)
0.3.11 (2021-09-15)
0.3.10 (2021-09-08)
0.3.9 (2021-08-28)
0.3.8 (2021-08-28)
0.3.7 (2021-08-26)
0.3.6 (2021-08-23)
0.3.5 (2021-08-22)
0.3.4 (2021-08-12)
0.3.3 (2021-07-30)
- implement
skipNativeAuth
config option (#54) (9bdf53b) - ios: return
nonce
on sign in (#52) (a0455d8) - return
AuthCredential
on sign in (#51) (adb8b60) - ios: update
GoogleSignIn
pod to6.0.0
(#45) (9e5d169)
0.3.2 (2021-07-14)
0.3.1 (2021-07-05)
0.3.0 (2021-07-04)
signIn
methods now returnSignInResult
.
- add methods
useAppLanguage
andsetLanguageCode
(#36) (5a27bdf) - implement
SignInResult
(#35) (df92bdb)
- android:
getIdToken
errorTask is not yet complete
(71546df)
0.2.0 (2021-07-03)
signInWithApple
,signInWithGoogle
andsignInWithMicrosoft
now returnvoid
.
- add methods
signInWithGithub
,signInWithTwitter
andsignInWithYahoo
(#28) (f190390) - android: add method
signInWithApple
(#22) (4b959c3) - add methods
getCurrentUser
andgetIdToken
(#19) (902cf97)
Initial release 🎉