Skip to content

Releases: decentralized-identity/ethr-did-resolver

9.1.0

08 Nov 15:49
Compare
Choose a tag to compare

9.1.0 (2023-11-08)

Features

  • add JSON-LD contexts that define all the terms being used (#192) (cd49ab8)

9.0.0

27 Sep 09:43
Compare
Choose a tag to compare

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

13 Jul 00:11
Compare
Choose a tag to compare

8.1.2 (2023-07-13)

Bug Fixes

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

8.1.1

12 Jul 19:56
Compare
Choose a tag to compare

8.1.1 (2023-07-12)

Bug Fixes

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

8.1.0

12 Jul 13:29
Compare
Choose a tag to compare

8.1.0 (2023-07-12)

Features

  • add linea:goerli deployment (b7a36b3)

8.0.0

07 Nov 07:50
Compare
Choose a tag to compare

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

24 Oct 12:29
Compare
Choose a tag to compare

7.0.2 (2022-10-24)

Bug Fixes

7.0.1

17 Oct 15:20
Compare
Choose a tag to compare

7.0.1 (2022-10-17)

Bug Fixes

7.0.0

17 Oct 11:48
Compare
Choose a tag to compare

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

14 Oct 14:30
Compare
Choose a tag to compare
7.0.0-alpha.3 Pre-release
Pre-release

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)