Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
7.2.0-alpha.1
7.2.0-alpha.1 (2023-05-16)
Features
7.1.0
7.1.0-alpha.1
7.1.0-alpha.1 (2023-04-19)
Features
7.0.0
7.0.0 (2023-04-19)
Features
BREAKING CHANGES
- deps:
ES256*
signers are now enforcing canonical signatures (s-value less than or equal to half the curve order). This will likely break some expectations for dependents that were using the previous versions.
7.0.0-alpha.5
7.0.0-alpha.4
7.0.0-alpha.3
7.0.0-alpha.3 (2023-04-19)
Bug Fixes
- export A256KW encrypters and deduplicate code (a12e833)
Features
- add ECDH-1PU+A256KW support (cca18f3)
7.0.0-alpha.2
7.0.0-alpha.2 (2023-04-04)
Features
7.0.0-alpha.1
7.0.0-alpha.1 (2023-04-03)
Features
- pure ESM output (6cb5075)
BREAKING CHANGES
- This version no longer publishes a commonjs variant. This will affect uses of
require('did-jwt')