Releases: decentralized-identity/ethr-did-resolver
Releases · decentralized-identity/ethr-did-resolver
10.1.4
10.1.4 (2024-02-09)
Bug Fixes
- deps: update dependency ethers to v6.11.0 (35620c9)
10.1.3
10.1.3 (2024-01-13)
Bug Fixes
- deps: update dependency ethers to v6.10.0 (435ae92)
10.1.2
10.1.2 (2024-01-03)
Bug Fixes
- deps: update dependency ethers to v6.9.2 (0e69c5b)
10.1.1
10.1.1 (2023-12-20)
Bug Fixes
- deps: update dependency ethers to v6.9.1 (01e0006)
10.0.1
10.0.1 (2023-11-27)
Bug Fixes
- deps: update dependency ethers to v6.9.0 (0ca70ec)
10.0.0
10.0.0 (2023-11-08)
Features
BREAKING CHANGES
- the keys in the
verificationMethod
array are no longer all referenced in the assertionMethod
array. Only authentication (sigAuth
) or signing keys (veriKey
) are added.
9.1.1
9.1.1 (2023-11-08)
Bug Fixes
- deps: bump dependencies and adapt code (#193) (0a8da00)
9.1.0
9.1.0 (2023-11-08)
Features
- add JSON-LD contexts that define all the terms being used (#192) (cd49ab8)
9.0.0
9.0.0 (2023-09-27)
Bug Fixes
BREAKING CHANGES
- deps: this update uses ethers v6 which has a sufficiently different API from v5 that will likely need attention. While the API of this library hasn't changed, it is likely that an update will need attention so this is marked as a breaking change and a new major version is released.