UNPKG

485 BMarkdownView Raw
1## 0.5.6
2
3Remove usage of deprecated Buffer constructor #89 @eliot-akira
4
5## 0.5.4
6
7Excludes `coverage/` in .npmignore
8
9## 0.5.3
10
11Security fix #86
12
13## 0.5.2
14
15Add types #83
16
17## 0.5.0
18
19Add support for nbf and exp claims #38 @alexjab
20
21## 0.4.1
22
23Fix version numver #32
24
25## 0.4.0
26
27add extra jwt header function to encode #28
28
29## 0.3.1
30
31* Check for lack of token #23
32
33## 0.3.0
34
35* Add an algorithm parameter to the decode method #16 @gregorypratt
36
37## 0.2.0
38
39* Add the RS256 alg #7 [thedufer]