Skip to content

Releases: davesag/jose-simple

Version 1.0.3 — dependencies updated

14 Aug 07:59
Compare
Choose a tag to compare

This release just updates a number of development dependencies and adjusts some documentation.

Version 1.0.2

04 Jun 04:02
af1e80e
Compare
Choose a tag to compare

Updated node-jose to version 1 and updated some development dependencies.

Version 1.0.1

10 May 03:12
Compare
Choose a tag to compare

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 for eslint to using prettier
  • 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 with sinon@^5 and I was not actually using it anyway.

Release 1.0.0 — Initial Release

10 Aug 07:15
Compare
Choose a tag to compare

Gives a simple working, and tested example of JOSE data encryption and decryption.