Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 884 Bytes

Upcoming Changes

Fixed

  • ...

Changed

  • ...

Added

  • ...

1.2.2 - 06/11/2020

Fixed

  • Fixed a logical error that would incorrectly parse the nbf field.

1.2.1 - 06/11/2020

Changed

  • Added "files" field to package.json to make the NPM package less cumbersome.

1.2.0 - 06/11/2020

Added

  • Enforce the nbf field for DID Tokens parsed via TokenModule.validate.

1.1.0 - 05/25/2020

Added

  • Introduced UtilsModule along with a parseAuthorizationHeader helper method.

1.0.0 - 04/09/2020

This is the first release our changelog records. Future updates will be logged in the following format:

Fixed

  • Bug fixes and patches will be described here.

Changed

  • Changes (breaking or otherwise) to current APIs will be described here.

Added

  • New features or APIs will be described here.