Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 720 Bytes

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Next release

2.0.5

  • Update dependencies
  • Remove node.js 8 support

2.0.4

  • Update dependencies
  • Small fixes

2.0.3

  • Update dependencies

2.0.2 2017-09-14

  • All typeScript type dependencies moved to devDependencies

2.0.1 2017-08-15

  • Add options object to Handler's constructor
  • Make verify method's return value generic

2.0.0 2017-08-09

  • Complete reimplementation in TypeScript

1.0.1 - 2017-04-25

  • Fixes #1 (extractKeyId is rejected with SyntaxError if the JWT header is not JSON)

1.0.0 - 2017-04-12

  • First version