Skip to content

Releases: Zaubrik/djwt

v1.2

01 Aug 13:50
Compare
Choose a tag to compare

BREAKING CHANGE: payload is not optional anymore.

v1.1

26 Jul 21:19
Compare
Choose a tag to compare

BREAKING CHANGE: setExpiration takes no longer milliseconds as argument. The function type is (exp: number | Date): number where number refers to an input in seconds now.

v1.0 release

19 Jul 20:25
Compare
Choose a tag to compare

BREAKING CHANGE: makeJwt returns a promise now
BREAKING CHANGE: validateJwt takes only one object as argument

Last breaking changes (hopefully) before v1

11 May 16:02
Compare
Choose a tag to compare
  • BREAKING CHANGE: changed API of validateJwt
  • BREAKING CHANGE: removed the default exports
  • Improved tests

changed makeJwt API

02 May 14:18
Compare
Choose a tag to compare
changed makeJwt API Pre-release
Pre-release

BREAKING CHANGE

New API design

28 Mar 23:16
Compare
Choose a tag to compare
New API design Pre-release
Pre-release

BREAKING CHANGE: The function makeJwt has a new API

Added string literal types to alg header

27 Mar 20:18
Compare
Choose a tag to compare
v0.6.0

return null instead of undefined

Removed base64 dependency

25 Mar 12:27
Compare
Choose a tag to compare
Pre-release
v0.5.0

fixed docu

Improved API

12 Oct 20:16
Compare
Choose a tag to compare
Improved API Pre-release
Pre-release

The function validateJwt returns a promise now which resolves to the JWT as JavaScript Object - if valid.

CI and https://deno.land/x/ service

01 Oct 07:54
Compare
Choose a tag to compare
Pre-release

Added continuous integration (CI) and registered in the denoland registry https://github.com/denoland/registry