Skip to content

Releases: multiformats/js-multiformats

v11.0.1

18 Jan 06:22
Compare
Choose a tag to compare

11.0.1 (2023-01-18)

Bug Fixes

  • throw on CID.parse v0 string with multibase prefix (258a0be)

v11.0.0

02 Jan 06:14
Compare
Choose a tag to compare

11.0.0 (2023-01-02)

⚠ BREAKING CHANGES

  • Make link.toJSON return a DAG-JSON link

Features

  • Make link.toJSON return a DAG-JSON link (9e087d6)

Bug Fixes

Documentation

  • fix typos in jsdoc comments (a246054)

v10.0.3

16 Dec 09:32
Compare
Choose a tag to compare

10.0.3 (2022-12-16)

Documentation

v10.0.2

19 Oct 08:41
Compare
Choose a tag to compare

10.0.2 (2022-10-19)

Bug Fixes

Trivial Changes

  • no-release: rename varint test file so it is run (#209) (e32fe47)
  • remove unnecessary dev deps (#218) (a43ffff)

v10.0.1

17 Oct 21:49
Compare
Choose a tag to compare

10.0.1 (2022-10-17)

Bug Fixes

v10.0.0

12 Oct 01:57
Compare
Choose a tag to compare

10.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • remove use of Object.defineProperties in CID class
  • use aegir for ESM-only build/testing/release

Features

  • add complete set of aegir-based scripts (1190bc6)
  • define Link interface for CID (88e29ea)
  • remove deprecated CID properties & methods (ffc4e6f)
  • use aegir for ESM-only build/testing/release (163d463)

Bug Fixes

Tests

  • check for non-enumerability of asCID property (b4ba07d)

Trivial Changes

  • add test for structural copying (#206) (e8def36)
  • no-release: bump @types/mocha from 9.1.1 to 10.0.0 (#205) (a9a9347)
  • no-release: bump actions/setup-node from 3.4.1 to 3.5.0 (#204) (604ca1f)

v9.9.0

20 Sep 04:18
Compare
Choose a tag to compare

9.9.0 (2022-09-20)

Features

  • add optional offset param to varint.decode (#201) (1e1b583)

v9.8.1

06 Sep 03:42
v9.8.1
f2664fb
Compare
Choose a tag to compare

Manual publish to restore v9.7.1 code, see https://github.com/multiformats/js-multiformats/releases/tag/v9.8.0 for details.

v9.8.0

06 Sep 03:23
Compare
Choose a tag to compare

ACCIDENTAL RELEASE

v9.8.0 was accidentally published with some ESM-only migration work that is currently under development at #196. A v9.8.1 has been published to restore to v9.7.1 code.

v9.7.1

26 Jul 00:18
Compare
Choose a tag to compare

9.7.1 (2022-07-26)

Bug Fixes

Trivial Changes

  • no-release: bump actions/setup-node from 3.3.0 to 3.4.0 (#189) (362b167)
  • no-release: bump actions/setup-node from 3.4.0 to 3.4.1 (#190) (67f22c4)