Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
162 lines (75 loc) · 9.23 KB

CHANGELOG.md

File metadata and controls

162 lines (75 loc) · 9.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.3 (2022-03-08)

Features

0.4.2 (2022-03-05)

Features

  • android: return nonce on sign in with Apple (#137) (48446af)

0.4.1 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (680165b)

0.4.0 (2021-12-05)

⚠ BREAKING CHANGES

  • Exclude optional third-party SDKs by default. See BREAKING.md file.

build

  • exclude optional third-party SDKs by default (#110) (31fcc65)

0.3.12 (2021-11-13)

Features

0.3.11 (2021-09-15)

Features

  • android: support Play Games sign-in (#83) (d086a0e)

0.3.10 (2021-09-08)

Bug Fixes

  • catch errors when initializing the Facebook SDK (#84) (f6e77da)

0.3.9 (2021-08-28)

Features

0.3.8 (2021-08-28)

Features

Bug Fixes

  • ios: signInWithPhoneNumber is not implemented (#73) (659328b)

0.3.7 (2021-08-26)

Bug Fixes

0.3.6 (2021-08-23)

Features

0.3.5 (2021-08-22)

Features

0.3.4 (2021-08-12)

Features

  • support custom provider parameters (#58) (5d25cc5)

0.3.3 (2021-07-30)

Features

  • 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 to 6.0.0 (#45) (9e5d169)

0.3.2 (2021-07-14)

Bug Fixes

  • cannot call value of non-function type 'GIDSignIn' (#40) (b9b6cfc)

0.3.1 (2021-07-05)

Bug Fixes

  • ios: AuthCredentialCallback never fired (#38) (8615f0a)

0.3.0 (2021-07-04)

⚠ BREAKING CHANGES

  • signIn methods now return SignInResult.

Features

  • add methods useAppLanguage and setLanguageCode (#36) (5a27bdf)
  • implement SignInResult (#35) (df92bdb)

Bug Fixes

  • android: getIdToken error Task is not yet complete (71546df)

0.2.0 (2021-07-03)

⚠ BREAKING CHANGES

  • signInWithApple, signInWithGoogle and signInWithMicrosoft now return void.

Features

  • add methods signInWithGithub, signInWithTwitter and signInWithYahoo (#28) (f190390)
  • android: add method signInWithApple (#22) (4b959c3)
  • add methods getCurrentUser and getIdToken (#19) (902cf97)

0.1.0 (2021-06-10)

Initial release 🎉