Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 1.08 KB

Google OAuth2 Client changelog

v2.2.0

2023-11-11

  • Update dependencies, layerr

v2.1.2

2023-07-16

  • React-Native entry in package.json

v2.1.1

2023-04-24

  • Bugfix:
    • ([#10])(#10) exchangeAuthCodeForToken results in "Illegal invocation" error in browsers

v2.1.0

2023-02-08

  • Switch cross-fetch to @buttercup/fetch

v2.0.0

2023-02-01

  • Major Version
    • ESM
    • fetch replaces XMLHttpRequest

v1.0.0

2022-01-16

  • Typescript
  • Wrapped error for refresh token failure

v0.3.0

2020-08-29

  • Upgrade cowl - remove buffer dependency

v0.2.1

2019-11-07

  • Bugfix:
    • (#1) Encoded Auth codes would sometimes break authentication procedure

v0.2.0

2019-08-25

  • Breaking:
    • Rename OAuth2Client methods to fix naming conflict

v0.1.1

2019-07-20

  • Bugfix:
    • Fix generateAuthUrl not sending client_id and redirect_uri parameters

v0.1.0

2019-07-20

  • Initial release