Releases: decentralized-identity/did-jwt
Releases · decentralized-identity/did-jwt
6.1.2
6.1.2 (2022-06-06)
Bug Fixes
- ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#232) (dcbd0b9), closes #231
6.1.1
6.1.1 (2022-06-06)
Bug Fixes
- ci: groom the build scripts and dependencies (#230) (34e943d)
6.1.0
6.1.0 (2022-05-17)
Features
6.0.0
6.0.0 (2022-04-04)
Bug Fixes
- remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#224) (9132caf), closes #222
BREAKING CHANGES
- The Signer classes exported by this library no longer accept private keys with string encodings, only
Uint8Array
. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array
.
5.12.3
5.12.3 (2022-01-13)
Bug Fixes
- deps: bump did-resolver to 3.1.5 (6f6eca0)
5.12.0
5.12.0 (2021-11-19)
Features
- allow alternative Bitcoin address prefixes (#206) (2087995)
5.11.1
5.11.1 (2021-11-10)
Bug Fixes
- deps: bump did-resolver to 3.1.3 (e15ba89)