Ethr Did Resolver Versions Save

DID resolver for Ethereum Addresses with support for key management

9.0.0

8 months ago

9.0.0 (2023-09-27)

Bug Fixes

BREAKING CHANGES

  • deps: this update uses ethers v6 which has a sufficiently different API from v5 that will likely need attention. While the API of this library hasn't changed, it is likely that an update will need attention so this is marked as a breaking change and a new major version is released.

8.1.2

10 months ago

8.1.2 (2023-07-13)

Bug Fixes

  • deps: update all non-major dependencies (5d1be47)

8.1.1

10 months ago

8.1.1 (2023-07-12)

Bug Fixes

  • deps: Update dependency did-resolver to v4.1.0 (ea501e1)

8.1.0

10 months ago

8.1.0 (2023-07-12)

Features

  • add linea:goerli deployment (b7a36b3)

8.0.0

1 year ago

8.0.0 (2022-11-07)

Bug Fixes

BREAKING CHANGES

  • spec: This is a breaking change of the spec as "soft deletion" of non-updated DIDs is no longer considered valid.

7.0.2

1 year ago

7.0.2 (2022-10-24)

Bug Fixes

7.0.1

1 year ago

7.0.1 (2022-10-17)

Bug Fixes

7.0.0

1 year ago

7.0.0 (2022-10-17)

Bug Fixes

  • build: transpile for commonjs, use wrapper for esm (#170) (5eba679)

BREAKING CHANGES

  • build: previous versions (<7.0.0) would be transpiled twice by microbundle, but this seems to be anti-pattern

Please raise an issue on https://github.com/decentralized-identity/ethr-did-resolver if this change is incompatible with your tech stack and there are no workarounds.

7.0.0-alpha.3

1 year ago

7.0.0-alpha.3 (2022-10-14)

Bug Fixes

  • build: use commonjs module in tsconfig (e66d054)
  • ci: run tests on a matrix of node versions (3825ac0)

7.0.0-alpha.2

1 year ago

7.0.0-alpha.2 (2022-10-14)

Bug Fixes

  • build: build commonjs and also expose esm wrapper (522c199)