Skip to content

v3.0.0

Compare
Choose a tag to compare
@sdd sdd released this 06 Mar 19:09
· 142 commits to master since this release

This latest release contains some long-awaited changes 😁 . Koa v2 has now been published as latest and requires node >=7.6, which has native async/await. This major version bump contains no new functionality, but the following changes:

  • Bluebird has been removed in favour of a native promise wrapper around jsonwebtoken
  • The complex and hard-to-follow promise chain has been reimplemented using async / await
  • The resolver functions have been moved to their own files
  • istanbul replaced with nyc for coverage

If your project is unable to use node >=7.6, then continue to use koa-jwt v2.x.x.