Skip to content

Releases: decentralized-identity/did-resolver

2.0.0

10 Jun 12:59
Compare
Choose a tag to compare

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

08 Nov 13:08
Compare
Choose a tag to compare

1.1.0 (2019-11-08)

Bug Fixes

  • typo in type declaration in resolver.ts (0b20750)

Features

Version 1.0.0

16 Aug 14:12
Compare
Choose a tag to compare
  • Resolver is now an object instance instead of a global variable

Version 0.0.7

19 Jun 19:25
Compare
Choose a tag to compare
  • Added support for did method-specific-ids that include the ":" character