Skip to content

Releases: blockchain-certificates/hashlink-verifier

v2.0.1

11 Mar 14:06
d3c394e

Choose a tag to compare

2.0.1 (2026-03-11)

Bug Fixes

  • Deps: get rid of webcrypto polyfill (96f4ad9)

v2.0.0

08 Apr 14:47
bd245eb

Choose a tag to compare

2.0.0 (2025-04-08)

Features

  • Bundle: drop support for CJS (1f3086b)

BREAKING CHANGES

  • Bundle: CJS code is not shipped anymore as part of the bundle. Only entry point is now ESM.

v1.7.1

08 Apr 13:38
fb74d44

Choose a tag to compare

1.7.1 (2025-04-08)

Bug Fixes

  • Build: fix path to output files (d6cd6a4)

v1.7.0

04 Apr 14:01
bc9fbc3

Choose a tag to compare

1.7.0 (2025-04-04)

Features

  • Deps: depend on official base58-universal dep (56a4346)

v1.6.1

04 Apr 13:45
ba409e7

Choose a tag to compare

1.6.1 (2025-04-04)

Bug Fixes

  • Deps: address vulnerabilities (f326091)

v1.6.0

28 Jul 11:19
108c66f

Choose a tag to compare

1.6.0 (2023-07-28)

Features

v1.5.0

24 Jul 13:45
6cb5af8

Choose a tag to compare

1.5.0 (2023-07-24)

Features

  • Deps: revert to borc for browser support (ff8c415)

v1.4.0

19 Jul 13:19
f0e5b95

Choose a tag to compare

1.4.0 (2023-07-19)

Features

  • Deps: rely on cbor rather than on borc (770daa0)

v1.3.0

13 Jul 14:24
8383ee3

Choose a tag to compare

1.3.0 (2022-07-13)

Features

  • HashlinkVerifier: expose method to inform if hashlinks were registered (8b61ef9)

v1.2.1

06 Jul 19:59
96a1b85

Choose a tag to compare

1.2.1 (2022-07-06)

Bug Fixes

  • Build: prevent exposing failing code to cvjs build (amd/module overlay) (75a4901)
  • Node: verify if variable is defined before reading it (d7f371c)