Releases: decentralized-identity/did-resolver
Releases · decentralized-identity/did-resolver
2.0.0
2.0.0 (2020-06-10)
Bug Fixes
- return non-nullable DIDDocument on
Resolver.resolve()
(#21) (2753e3e)
BREAKING CHANGES
- The
Resolver.resolve()
method throws an error (rejects the promise) if the DID document returned by the respective method is null
.
Also, null
documents are not cached.
1.1.0
1.1.0 (2019-11-08)
Bug Fixes
- typo in type declaration in resolver.ts (0b20750)
Features
Version 1.0.0
- Resolver is now an object instance instead of a global variable
Version 0.0.7
- Added support for did method-specific-ids that include the ":" character