googleapis-common
Advanced tools
Changelog
v0.6.0
This release makes it possible to use this library in browser. It was actually possible before but with some nasty warnings printed to JavaScript console. These warnings are now eliminated.
Also, now exporting AuthPlus
and OAuth2Client
which allows
APIs that use this common module to drop direct dependency on
google-auth-library
.
Simple system tests and browser tests were added in this release.
Changelog
v0.4.0
11-02-2018 10:31 PDT
Changelog
v0.3.0
This release uses the 2.0 release of google-auth-library
. A summary of these changes (including breaking changes) can be found in the release notes.