jwt-decode
Advanced tools
Changelog
Version 4.0.0
A new version of the library, including a couple of improvements:
exports
field, for better CJS/ESM supportindex.standalone.ts
, but rely on rollup instead.header
argument by using overloads.Even though some users might experience breaking changes, mostly because of the exports
field, the majority should be able to update without making any changes, assuming the SDK is used in environments with support for atob
.
Changelog
Version 4.0.0-beta.4
Breaking changes
Fixed
Changelog
Changelog
Version 4.0.0-beta.2
Changed
Fixed
Changelog
Version 4.0.0-beta.0
A new version of the library, including a couple of improvements:
exports
field, for better CJS/ESM supportindex.standalone.ts
, but rely on rollup instead.header
argument by using overloads.Additionally, this PR ensures the file size is decreased:
Even though some users might experience breaking changes, mostly because of the exports
field, the majority should be able to update without making any changes, assuming the SDK is used in environments with support for atob
.
Changelog
Version 3.0.0
Warning: this version has some potentially breaking changes!
import * as jwt_decode from 'jwt-decode'
, you'll have to change your import to import jwt_decode from 'jwt-decode';
.