Skip to content

Latest commit

 

History

History
176 lines (77 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

176 lines (77 loc) · 9.12 KB

4.1.0 (2023-03-08)

Features

  • add type definitions for ConditionalProof2022 (#143) (c4f62d3)

4.0.1 (2022-10-17)

Bug Fixes

4.0.0 (2022-08-02)

Bug Fixes

  • types: update Service interface to match latest DID spec (#136) (4ead68e), closes #135

BREAKING CHANGES

  • types: the ServiceEndpoint type has been renamed to Service and a new type ServiceEndpoint was created to fit the DID spec

3.2.2 (2022-06-05)

Bug Fixes

  • build: fix typo in package exports (832ea58)

3.2.1 (2022-06-05)

Bug Fixes

  • ci: groom the build scripts and dependencies (#133) (5c71b08)

3.2.0 (2022-03-29)

Features

3.1.5 (2021-12-09)

Bug Fixes

3.1.4 (2021-12-04)

Bug Fixes

  • add optional [@context](https://github.com/context) to result data type (#108) (39a3301)

3.1.3 (2021-10-26)

Bug Fixes

3.1.2 (2021-09-29)

Bug Fixes

  • editorial fix to trigger a new release (52098b4)

3.1.1 (2021-09-27)

Bug Fixes

  • docs: editorial fix, include recent changes (db504fd)

3.1.0 (2021-03-26)

Features

  • export the Resolvable type definition (ddc0ec2)

3.0.2 (2021-03-12)

Bug Fixes

  • allow the use of % char in method specific ID (#86) (3a21466)

3.0.1 (2021-03-02)

Bug Fixes

  • export interfaces needed by resolvers (#83) (89e8c9c)

3.0.0 (2021-03-02)

Features

  • update resolve method signature to match did core spec (#82) (313e685), closes #79

BREAKING CHANGES

  • the Resolver and DIDResolver data types have been upgraded. To use a legacy resolver that simply returns a DIDDocument, please register it under the options.legacyResolvers constructor param

2.2.0 (2021-02-26)

Features

  • add type definition for JWK formatted public keys (#80) (f9b9c8d)

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