Releases: davesag/jose-simple
Releases · davesag/jose-simple
Version 1.0.3 — dependencies updated
This release just updates a number of development dependencies and adjusts some documentation.
Version 1.0.2
Updated node-jose
to version 1 and updated some development dependencies.
Version 1.0.1
Changes in Version 1.0.1
- This version now builds and runs under Node 10 and includes a number of minor refactorings, and updates to dependencies.
- Switched from using the old
airBnB
base foreslint
to usingprettier
- Added code coverage tests, brought the coverage up to 100% and added CircleCI, Codecov.io and Greenkeeper.io integration.
- dropped the use of
sinon-stub-promise
as it is incompatible withsinon@^5
and I was not actually using it anyway.
Release 1.0.0 — Initial Release
Gives a simple working, and tested example of JOSE data encryption and decryption.