4.0.6 (2021-08-24)
4.0.5 (2021-08-11)
4.0.4 (2021-04-07)
4.0.3 (2021-04-06)
4.0.2 (2021-03-03)
- revert node 14 to node 12 (f2fd464)
4.0.1 (2021-02-26)
4.0.0 (2021-02-26)
- No longer supports deep type imports only from the entrypoint.
3.1.2 (2021-02-26)
3.1.1 (2021-01-13)
3.1.0 (2020-11-20)
3.0.1 (2020-09-18)
3.0.0 (2020-07-31)
-
- node
Buffer
s are not returned any more, onlyUint8Array
s
- node
2.0.0 (2020-07-24)
1.0.1 (2020-06-18)
1.0.0 (2020-06-09)
names
andcodes
export the full object that maps names/codes to base instances instead of just the keys
0.7.0 (2020-03-16)
- throw new error object so stack traces are valid (db415c9)
0.6.1 (2020-03-16)
- fix base32pad, cleanup (bd02451)
0.6.0 (2018-11-22)
- base64url encodes multiple occurances of + and / (#39) (84f79ba), closes #35
- decode example typo (4d0fc17)
- do not throw when non buffer/string passed to isEncoded (1ae01a0)