-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
37 lines (37 loc) · 986 Bytes
/
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
v3.0.0:
date: 2024-11-11
changes:
- bump dependency on cookie module to ^1.0.1 to address https://github.com/advisories/GHSA-pxg6-pf52-xh8x (a bc break, so new major version)
- bump mocha dependency to silence other warnings (these were not a concern in production)
- update `var` to `const` in tests
v2.4.0:
date: 2019-04-06
changes:
- update dependenices
- swap from yarn to npm package manager
- update syntax to es6
v2.3.0:
date: 2019-04-06
changes:
- search for bearer in signed/unsigned cookies header
- raising the minimum supported nodejs version
v2.2.0:
date: 2018-08-09
changes:
- added typescript support
v2.1.1:
date: 2017-12-06
changes:
- Update express api - `res.send(code)` to `res.status(code).send()`
v2.1.0:
date: 2015-01-21
changes:
- Support custom req key.
v2.0.0:
date: 2014-09-01
changes:
- Support custom access_token keys.
v1.0.1:
date: 2014-09-01
changes:
- Initial release.