Skip to content

Releases: decentralized-identity/ethr-did-resolver

2.3.2

07 Jul 08:59
Compare
Choose a tag to compare

2.3.2 (2020-07-07)

Bug Fixes

  • deps: update dependency did-resolver to v2 (#68) (831ec17)

2.3.0

03 Jul 13:52
Compare
Choose a tag to compare

2.3.0 (2020-07-03)

Bug Fixes

  • deps: update dependency did-resolver to v1.1.0 (ab47058)

Features

  • add encryption key support for ethr-did-documents (2f5825c), closes #52

2.2.0

25 Feb 14:43
Compare
Choose a tag to compare

2.2.0 (2020-02-25)

Features

  • add encryption key support for ethr-did-documents (dff7b0f), closes #52

2.1.0

10 Feb 15:47
Compare
Choose a tag to compare

2.1.0 (2020-02-10)

Features

  • Add types declaration stubb (05944b1)

2.0.0

24 Jan 10:55
Compare
Choose a tag to compare

2.0.0 (2020-01-24)

Bug Fixes

  • require a configuration to be used when initializing the resolver (3adc029)

BREAKING CHANGES

  • this removes the fallback hardcoded RPC URLs and will fail early when a wrong configuration (or none) is provided to getResolver()

1.0.3

11 Nov 16:14
Compare
Choose a tag to compare

1.0.3 (2019-11-11)

Bug Fixes

  • remove ejs module distribution (780ec08), closes #39

Version 1.0.1

22 Aug 20:40
Compare
Choose a tag to compare
  • feat: use only named exports

Version 1.0.0

19 Aug 15:36
Compare
Choose a tag to compare
  • BREAKING CHANGE: Register by passing result of getResolver() to the constructor of did-resolver instead of calling register()