-
Notifications
You must be signed in to change notification settings - Fork 24
/
CHANGELOG
60 lines (47 loc) · 1.5 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.1.6
=====
Request plugin is no longer compatible with older versions, forcing version >= 2.55
0.1.5
=====
* Fixed: request plugin on version 2.55.1+ (https://github.com/extrabacon/google-oauth-jwt/issues/14)
* Fixed: some unit tests are failing on Node 0.12 (https://github.com/extrabacon/google-oauth-jwt/issues/13)
* Cache key now includes the delegation email, if specified
0.1.4
=====
Fixed: reset state after authentication failure (https://github.com/extrabacon/google-oauth-jwt/pull/6)
0.1.3
=====
* Revisited documentation to update instructions for use with the new Google Developers Console.
* Moved change history to a new CHANGELOG file
0.1.2
=====
Better integration with `request` providing JWT support in helper methods as well (ex: `request.post`).
0.1.1
=====
Re-introduced debugging, now with [debug](https://github.com/visionmedia/debug).
0.1.0
=====
* Improved documentation
* Introduced unit tests
* Refactoring aimed at testability
0.0.7
=====
Fixed token expiration check.
0.0.6
=====
Fixed `request` function call when using a URI string without options.
0.0.5
=====
Token is now passed using the `Authorization` header (thanks to [https://github.com/jpd236](jpd236)).
0.0.4
=====
Fixed pending callbacks accumulating indefinitely in TokenCache.
0.0.3
=====
Introduction of TokenCache, preventing the need to constantly request a new token or caching it manually. TokenCache handles expiration automatically.
0.0.2
=====
Vastly improved error handling and documentation.
0.0.1
=====
Initial release.