Skip to content

Latest commit

 

History

History
291 lines (143 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

291 lines (143 loc) · 14.5 KB

5.3.3 (2024-10-29)

Trivial Changes

  • adjust examples for new linting rules (0dff3ed)

Dependencies

  • dev: bump aegir from 44.1.4 to 45.0.1 (fbdc762)

5.3.2 (2024-06-24)

Dependencies

  • dev: bump aegir from 43.0.3 to 44.0.0 (4cff1e1)

5.3.1 (2024-06-01)

Dependencies

  • dev: bump aegir from 42.2.11 to 43.0.1 (c45a35f)

5.3.0 (2024-02-22)

Features

5.2.6 (2024-01-10)

Dependencies

  • dev: bump aegir from 41.3.5 to 42.1.0 (f62ab16)

5.2.5 (2024-01-03)

Dependencies

  • update dependencies, including multiformats@13 (70d5213)

5.2.4 (2023-10-03)

Bug Fixes

  • switch interface method decl style (f921993)

Trivial Changes

  • use new schema validator compiler, add both forms of schema (cbf7e06)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.0.0 (3bed89c)

5.2.3 (2023-09-12)

Trivial Changes

  • deps: bump @multiformats/blake2 from 1.0.13 to 2.0.0 in /examples (#150) (94dbed8)
  • deps: bump multiformats from 11.0.2 to 12.1.0 in /examples (43be52f)

Dependencies

  • bump cborg from 2.0.5 to 4.0.0 (1cf1d67)

5.2.2 (2023-08-28)

Trivial Changes

  • add test for trailing null byte (42ff49e)

Dependencies

  • bump cborg from 1.10.2 to 2.0.5 (08e9f1c)
  • bump multiformats from 11.0.2 to 12.1.0 (524d358)

5.2.1 (2023-08-28)

Bug Fixes

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (882328b)
  • delete templates [skip ci] (#143) (bc8a033)
  • remove Node.js 12 c8 bug cruft (17d3e2f)
  • remove unused devDeps (7c98329)

Dependencies

  • dev: bump aegir from 37.12.1 to 40.0.11 (764e6fb)

5.2.0 (2023-07-19)

Features

5.1.1 (2023-03-15)

Bug Fixes

  • export CarBufferReader and CarBufferWriter from index-browser.js (#136) (70f0e7c)

5.1.0 (2023-01-27)

Features

5.0.3 (2023-01-09)

Documentation

5.0.2 (2023-01-06)

Bug Fixes

Dependencies

  • bump @ipld/dag-cbor from 8.0.1 to 9.0.0 (cee8547)
  • bump multiformats from 10.0.3 to 11.0.0 (dba8cb1)
  • dev: bump @ipld/dag-pb from 3.0.2 to 4.0.0 (158d579)

Trivial Changes

  • deps: bump @ipld/dag-cbor from 8.0.1 to 9.0.0 in /examples (bf3e5a4)
  • deps: bump @ipld/dag-json from 9.1.1 to 10.0.0 in /examples (d4e60a2)
  • deps: bump @ipld/dag-pb from 3.0.2 to 4.0.0 in /examples (68729b8)
  • deps: bump multiformats from 10.0.3 to 11.0.0 in /examples (97e5ab3)

4.1.6 (2022-10-13)

Trivial Changes

  • deps: bump multiformats from 9.9.0 to 10.0.0 in /examples (#96) (4ccd8f7)
  • no-release: bump @types/mocha from 9.1.1 to 10.0.0 (#95) (86bef98)
  • no-release: bump actions/setup-node from 3.4.1 to 3.5.0 (#94) (9cc8011)

4.1.5 (2022-08-29)

Bug Fixes

  • address TS2463 by layering optional param destructuring (af3a16c)

Trivial Changes

  • deps-dev: bump typescript from 4.7.4 to 4.8.2 (8897781)

4.1.4 (2022-08-05)

Bug Fixes

  • expose CarBufferWriter (77bedcb)
  • properly export CarBufferWriter from car.js (003e7f2)

Trivial Changes

  • no-release: bump @types/node from 17.0.45 to 18.0.0 (#86) (2195e30)
  • no-release: bump actions/setup-node from 3.2.0 to 3.3.0 (#83) (5ebca03)
  • no-release: bump actions/setup-node from 3.3.0 to 3.4.0 (#88) (784f9a8)
  • no-release: bump actions/setup-node from 3.4.0 to 3.4.1 (#90) (4dcf34f)
  • no-release: bump ipld-garbage from 4.0.10 to 5.0.0 (#85) (33697ad)

4.1.3 (2022-05-26)

Trivial Changes

  • deps-dev: bump typescript from 4.6.4 to 4.7.2 (#82) (e6165b4)
  • no-release: bump actions/setup-node from 3.1.1 to 3.2.0 (#81) (53dfdd6)
  • no-release: bump mocha from 9.2.2 to 10.0.0 (#79) (7828a1f)
  • no-release: bump polendina from 2.0.15 to 3.0.0 (#78) (9fe614e)
  • no-release: bump polendina from 3.0.0 to 3.1.0 (#80) (6502627)

4.1.2 (2022-04-26)

Bug Fixes

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

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)

4.1.0 (2022-03-31)

Features

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)

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)

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)

3.2.2 (2021-12-10)

Bug Fixes

  • remove double typecheck run in CI (d1871cc)

3.2.1 (2021-12-09)

Trivial Changes

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