Skip to content

Latest commit

 

History

History
398 lines (198 loc) · 23.3 KB

CHANGELOG.md

File metadata and controls

398 lines (198 loc) · 23.3 KB

13.1.1 (2024-06-01)

Dependencies

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

13.1.0 (2024-02-15)

Features

Trivial Changes

  • Update .github/dependabot.yml [skip ci] (aa9c730)

13.0.1 (2024-01-10)

Dependencies

  • dev: bump aegir from 41.3.5 to 42.1.0 (12c8686)

13.0.0 (2023-12-20)

⚠ BREAKING CHANGES

  • this module is now TypeScript - the API has not changed but releasing as a major for saftey

Features

Trivial Changes

  • deps: bump actions/setup-node from 3.8.2 to 4.0.0 (139b3c2)

12.1.3 (2023-10-25)

Trivial Changes

  • deps: bump actions/setup-node from 3.8.1 to 3.8.2 (f190ad7)

Dependencies

  • dev: bump crypto-hash from 2.0.1 to 3.0.0 (f5b9958)

12.1.2 (2023-10-03)

Bug Fixes

  • switch interface method decl style (a33d24f)

Dependencies

  • dev: bump aegir from 40.0.13 to 41.0.0 (41f008b)

12.1.1 (2023-09-05)

Bug Fixes

  • update link interface path in exports map (#270) (d38e4a8)

Trivial Changes

  • deps: bump actions/checkout from 3 to 4 (f94559e)

12.1.0 (2023-08-28)

Features

12.0.2 (2023-08-28)

Bug Fixes

Trivial Changes

  • add or force update .github/workflows/js-test-and-release.yml (21b7591)
  • delete templates [skip ci] (#263) (d2b614d)
  • deps: bump actions/setup-node from 3.5.0 to 3.8.0 (7dcf225)
  • deps: bump actions/setup-node from 3.8.0 to 3.8.1 (d7ec85c)
  • deps: bump gozala/typescript-error-reporter-action (4a36fb7)
  • Update .github/dependabot.yml [skip ci] (58bebda)

Dependencies

  • dev: bump aegir from 37.12.1 to 40.0.11 (d17424d)

12.0.1 (2023-06-15)

Trivial Changes

  • deps: bump codecov/codecov-action from 3.1.1 to 3.1.4 (#256) (910eeeb)

Dependencies

  • dev: bump @types/node from 18.16.18 to 20.3.1 (7a6d036)

12.0.0 (2023-06-14)

⚠ BREAKING CHANGES

  • use aegir for ESM-only build/testing/release

Features

  • use aegir for ESM-only build/testing/release (f82e61b)

11.0.2 (2023-03-09)

Bug Fixes

11.0.1 (2023-01-18)

Bug Fixes

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

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)

10.0.3 (2022-12-16)

Documentation

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)

10.0.1 (2022-10-17)

Bug Fixes

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)

9.9.0 (2022-09-20)

Features

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

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)

9.7.0 (2022-06-23)

Features

Trivial Changes

  • no-release: bump @types/node from 17.0.45 to 18.0.0 (#188) (99e94ed)
  • no-release: bump actions/setup-node from 3.1.0 to 3.2.0 (#182) (86ec43d)
  • no-release: bump actions/setup-node from 3.2.0 to 3.3.0 (#186) (712c1c4)
  • no-release: fix typo implemnetation -> implementation (#184) (3d4ae50)

9.6.5 (2022-05-06)

Trivial Changes

  • no-release: bump actions/checkout from 2.4.0 to 3 (#172) (a1b38c2)
  • no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#169) (8deb4d5)
  • no-release: bump actions/setup-node from 3.0.0 to 3.1.0 (#174) (9bcd7fe)
  • no-release: bump mocha from 9.2.2 to 10.0.0 (#179) (b2951dc)
  • no-release: bump polendina from 2.0.15 to 3.0.0 (#180) (659516b)
  • no-release: bump standard from 16.0.4 to 17.0.0 (#178) (2683344)
  • update tsdoc for CID code param to clarify "what kind of code?" (#181) (adec0c4)

9.6.4 (2022-02-14)

Trivial Changes

  • clean typos and formatting (0d976fd)

9.6.3 (2022-02-04)

Bug Fixes

  • run test:ci in CI, fix package.json keywords (#139) (8ec8eb0)

9.6.2 (2022-01-20)

Bug Fixes

9.6.1 (2022-01-20)

Bug Fixes

  • export only identity hasher const (330082a)

9.6.0 (2022-01-19)

Features

9.5.9 (2022-01-18)

Trivial Changes

  • Reanable tsc action and reconfigure project slightly (#157) (c936a6d)

9.5.8 (2022-01-07)

Trivial Changes

  • test: use chai throws() & chai-as-promised isRejected() (6e4ba86)

9.5.7 (2022-01-07)

Bug Fixes

  • types: combine composite tsconfigs (18c5734)

Trivial Changes

  • types: re-enable typechecks for tests by split tsconfig (4c017dc)
  • types: remove explicit typecheck action (b0467e5)

9.5.6 (2022-01-04)

Bug Fixes

  • types: fix publishing of types (58b5604), closes #150

9.5.5 (2022-01-04)

Bug Fixes

Trivial Changes

  • no-release: bump @types/node from 16.11.14 to 17.0.0 (#145) (66aaf0f)
  • no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#147) (32cf7bd)

9.5.4 (2021-12-09)

Bug Fixes

9.5.3 (2021-12-09)

Bug Fixes

  • add windows CI support (replace hundreds with c8 direct) (5da242c)
  • ipjs windows fix, add windows back in to CI (196e404)
  • prepare auto-release from dist dir & w/ build (90693dd)

Trivial Changes

  • drop test support for 12.x (a7a2110)
  • remove windows from CI pending ipjs fix (2ab914b)
  • update auto-release work w/ semantic-release (db86f48)
  • update devDeps (55b9856)
  • upgrade polendina, test esm & cjs in browser (852f1a5)