5.0.1 (2026-05-04)
5.0.0 (2026-05-04)
- the package.json exports is changing and this usually counts as a breaking change. Raising the compile target from ES2018 to ES2020 changes the runtime syntax, also counts as breaking.
5.0.0-feat-publishing-maintenance.1 (2026-05-04)
- build: migrate to ESM/CJS dual build, update tooling and configs (c8dbade)
- build: this change updates the exports so it is marked as breaking
4.1.0 (2023-03-08)
4.0.1 (2022-10-17)
4.0.0 (2022-08-02)
- types: the
ServiceEndpointtype has been renamed toServiceand a new typeServiceEndpointwas created to fit the DID spec
3.2.2 (2022-06-05)
- build: fix typo in package exports (832ea58)
3.2.1 (2022-06-05)
3.2.0 (2022-03-29)
3.1.5 (2021-12-09)
3.1.4 (2021-12-04)
- add optional
[@context](https://github.com/context)to result data type (#108) (39a3301)
3.1.3 (2021-10-26)
3.1.2 (2021-09-29)
- editorial fix to trigger a new release (52098b4)
3.1.1 (2021-09-27)
- docs: editorial fix, include recent changes (db504fd)
3.1.0 (2021-03-26)
- export the Resolvable type definition (ddc0ec2)
3.0.2 (2021-03-12)
3.0.1 (2021-03-02)
3.0.0 (2021-03-02)
- the
ResolverandDIDResolverdata types have been upgraded. To use a legacy resolver that simply returns aDIDDocument, please register it under theoptions.legacyResolversconstructor param
2.2.0 (2021-02-26)
2.1.2 (2020-12-09)
- 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)
2.1.0 (2020-08-14)
2.0.1 (2020-06-12)
2.0.0 (2020-06-10)
- The
Resolver.resolve()method throws an error (rejects the promise) if the DID document returned by the respective method isnull. Also,nulldocuments are not cached.
1.1.0 (2019-11-08)
- typo in type declaration in resolver.ts (0b20750)
- basic caching support (a495237)