Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

68 lines (38 loc) · 3.59 KB

3.3.2 (2023-06-01)

What's Changed

3.3.1 (2023-05-31)

What's Changed

3.3.0 (2023-05-30)

Features

3.2.2 (2023-01-27)

Docs

3.2.1 (2023-01-19)

Fixes

3.2.0 (2022-08-15)

Features

  • Support Capacitor 4 #218 (0a1f4ff) - BREAKING CHANGE!

Docs

3.1.4 (2022-06-10)

Fixes

  • Web: discontinuing authorization support for the Google Sign-In JavaScript Platform Library #208 (c9fca36), from #202

3.1.3 (2022-04-03)

Features

  • 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)

Docs

  • fix initialize parameter keys (#193) (e7bd54c)

3.1.0 (2021-07-30)

Features

  • 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

BREAKING CHANGES

  • use GoogleAuth.initialize() method instead of GoogleAuth.init()