Skip to content

Releases: ipld/js-car

v4.1.2

26 Apr 00:55
Compare
Choose a tag to compare

4.1.2 (2022-04-26)

Bug Fixes

  • don't return promise in async function (6099c4b)

v4.1.1

20 Apr 23:41
Compare
Choose a tag to compare

4.1.1 (2022-04-20)

Bug Fixes

  • ts not happy with bare assert() anymore (7a61bdf)

Trivial Changes

  • deps-dev: bump standard from 16.0.4 to 17.0.0 (216954d)
  • no-release: bump actions/setup-node from 3.0.0 to 3.1.0 (#72) (8ac6f47)
  • no-release: bump actions/setup-node from 3.1.0 to 3.1.1 (#73) (2b1fd8c)

v4.1.0

31 Mar 01:06
Compare
Choose a tag to compare

4.1.0 (2022-03-31)

Features

v4.0.0

04 Mar 04:06
Compare
Choose a tag to compare

4.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • add CARv2 read support (data only, ignoring index)

Features

  • add CARv2 read support (data only, ignoring index) (99cd346)

Bug Fixes

  • deal with c8 Node.js v12 bug (8f83849)

Trivial Changes

  • add header validation via schema, allow for !=1 version (d260597)
  • allow access to full header in CarReader (b95a6e2)
  • carv2: add fixtures and test expectations from go-car (d563acf)
  • docs: update docs to include decoder.* functions. (9200ffe)
  • no-release: bump actions/checkout from 2.4.0 to 3 (#67) (ae56ce5)
  • test for rejecting recursive carv2 header (12480b5)

v3.2.4

02 Mar 01:31
Compare
Choose a tag to compare

3.2.4 (2022-03-02)

Trivial Changes

  • deps-dev: bump typescript from 4.5.5 to 4.6.2 (#66) (84e8c4d)
  • no-release: bump @types/node from 16.11.14 to 17.0.0 (#63) (4f01b28)
  • no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#64) (a53d5c7)
  • no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#65) (9f3df06)

v3.2.3

13 Dec 23:52
Compare
Choose a tag to compare

3.2.3 (2021-12-13)

Trivial Changes

  • deps: bump @ipld/dag-cbor from 6.0.15 to 7.0.0 (6daa36c)
  • no-release: bump @ipld/dag-cbor from 6.0.15 to 7.0.0 in /examples (#62) (18f6787)

v3.2.2

10 Dec 03:26
Compare
Choose a tag to compare

3.2.2 (2021-12-10)

Bug Fixes

  • remove double typecheck run in CI (d1871cc)

v3.2.1

09 Dec 10:21
Compare
Choose a tag to compare

3.2.1 (2021-12-09)

Trivial Changes

  • use semantic-release, update testing (9a34587)