3.3.6 (2023-11-26)
- refactor: deprecate
displayName
, usename
property (Android) by @itsLucario in #326 - chore: integrate docgen by @reslear in #327
Full Changelog: https://github.com/CodetrixStudio/CapacitorGoogleAuth/compare/3.3.5...3.3.6
3.3.5 (2023-11-17)
- Update README.md by @Martin-Eckleben in #323
- Bump ios GoogleSignIn to 6.2.4 (Allows requesting scopes during initial signIn) by @Endrzei in #321
3.3.4 (2023-10-20)
- Android refresh method by @CaolanCode in #314
3.3.3 (2023-10-09)
- Demo Ionic Angular by @razmans in #290
- Fix #272, #55 by @mirko77 in #288
- Port android test stubs to capacitor 5, and exclude them from npm package by @adamschoenemann in #307
3.3.2 (2023-06-01)
- Fix peerDependencies for capacitor migration tool by @KerimM in #285
3.3.1 (2023-05-31)
- fix plugin-migration-v4-to-v5 by @KerimM in #284
3.3.0 (2023-05-30)
3.2.2 (2023-01-27)
3.2.1 (2023-01-19)
3.2.0 (2022-08-15)
3.1.4 (2022-06-10)
- Web: discontinuing authorization support for the Google Sign-In JavaScript Platform Library #208 (c9fca36), from #202
3.1.3 (2022-04-03)
- iOS: ios return user when restorePreviousSignIn() (#194) (8b69e12), fixes #69
- Android: added accessToken to Android implementation (#173) (0ed544c), closes #53
- Android: separate messages for signin exception (#176) (96626ba)
- fix initialize parameter keys (#193) (e7bd54c)
3.1.0 (2021-07-30)
- supporting .ts and.js config, exported types (#114) (eaabf9d)
- update ios to GoogleSignIn 6.0.1 Pod (#136) (4859f9c)
- add prettier with ionic config (#137) (6a7dba5)
- request additional scopes if necessary (#146) (21f16fd) resolves #144
- use
GoogleAuth.initialize()
method instead ofGoogleAuth.init()