Releases: makeomatic/ms-token
Releases · makeomatic/ms-token
v5.0.1
5.0.1 (2020-11-04)
Bug Fixes
- missing lua assets in lib (35afccd)
v5.0.0
5.0.0 (2020-11-03)
Features
- refactor code into typescript (f8478c7)
BREAKING CHANGES
- introduces types, uses typescript & exports are named now, otherwise the functionality remains
the same and shouldnt require much time to upgrade
v4.1.0
4.1.0 (2020-05-05)
Features
- create: extend 429 creation error with token ttl (d2c3196)
v4.0.0
4.0.0 (2020-01-24)
Features
- uses create(de)Cipheriv instead of deprecated methods (2855ece)
BREAKING CHANGES
- min node is 12.14.x, upgrades internal dependencies and hardens minimum
shared secret requirements. Introduces new token format of , so that
in the future breaking changes are easier to mitigate. For back-compatibility introduces
ability to specify legacy secret with a length of 24, which is supported by createCipher/createDecipher.
v3.1.0
3.1.0 (2019-06-27)
Bug Fixes
Features
- migrate to @hapi/joi, replace lodash with counterparts (976c9dd)
v3.0.0
3.0.0 (2018-11-14)
Features
BREAKING CHANGES
- similar API, but uses async/await heavily.
Updated tests, setup automatic release