Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 3 KB

CHANGELOG.md

File metadata and controls

53 lines (24 loc) · 3 KB

2.1.2 (2020-12-09)

Bug Fixes

  • types: fix data type for "authentication" array in DIDDocument (#60) (d017cb3)
  • extend DIDDocument.[@context](https://github.com/context) data type to include arrays (#70) (8781b69), closes #68

2.1.1 (2020-08-19)

Bug Fixes

2.1.0 (2020-08-14)

Features

  • rename PublicKey attribute 'owner' to 'controller' (#55) (850e5a5), closes #54

2.0.1 (2020-06-12)

Bug Fixes

  • ci: fine-tune release to include yarn.lock when committing the version bump (#46) (07f2f1d)

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 (2019-11-08)

Bug Fixes

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

Features