Skip to content

Releases: ipld/js-ipld-schema

v4.1.0

20 Aug 09:05
Compare
Choose a tag to compare

4.1.0 (2022-08-20)

Features

  • implement typed { toRepresentation(obj): obj } (1ce5231)

v4.0.1

19 Aug 10:56
Compare
Choose a tag to compare

4.0.1 (2022-08-19)

Trivial Changes

  • relicense with dual mit/apache (1ad0ba9)

v4.0.0

19 Aug 07:13
Compare
Choose a tag to compare

4.0.0 (2022-08-19)

⚠ BREAKING CHANGES

  • change package name to @ipld/schema
  • add typed node interface, more complete TS checking

Features

  • add typed node interface, more complete TS checking (d0b4866)
  • change package name to @ipld/schema (02d256d)

Bug Fixes

  • extend timeout of first test with linting (9586242)
  • make enums behave properly (20d7030)

Trivial Changes

  • update docs, add typed example (73a7a5e)

v3.0.3

16 Aug 04:54
Compare
Choose a tag to compare

3.0.3 (2022-08-16)

Bug Fixes

  • export bin/collect-input.js (used by ipld-schema-validator) (324d1d5)

v3.0.2

15 Aug 03:04
Compare
Choose a tag to compare

3.0.2 (2022-08-15)

Bug Fixes

v3.0.1

15 Aug 02:28
Compare
Choose a tag to compare

3.0.1 (2022-08-15)

Bug Fixes

  • update schema-schema types (33db763)

v3.0.0

13 Aug 12:35
Compare
Choose a tag to compare

3.0.0 (2022-08-13)

⚠ BREAKING CHANGES

  • convert to ESM-only
  • adapt to latest major upstream spec changes

Features

Bug Fixes

  • adapt to latest major upstream spec changes (f3f70ca), closes #45

Trivial Changes

  • no-release: bump actions/setup-node from 3.1.1 to 3.2.0 (#62) (a25f92a)
  • no-release: bump actions/setup-node from 3.2.0 to 3.3.0 (#63) (358ba3f)
  • no-release: bump actions/setup-node from 3.3.0 to 3.4.0 (#64) (f8b83cd)
  • no-release: bump actions/setup-node from 3.4.0 to 3.4.1 (#65) (216dd76)

v2.0.2

02 May 03:43
Compare
Choose a tag to compare

2.0.2 (2022-05-02)

Trivial Changes

  • deps-dev: bump mocha from 9.2.2 to 10.0.0 (c72b8c4)
  • no-release: bump actions/checkout from 2.3.4 to 2.4.0 (#48) (fb6bbf0)
  • no-release: bump actions/checkout from 2.4.0 to 3.0.1 (#58) (fc59dfd)
  • no-release: bump actions/checkout from 3.0.1 to 3.0.2 (#60) (fd724ce)
  • no-release: bump actions/setup-node from 2.4.1 to 2.5.0 (#49) (b099ab8)
  • no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#50) (3405ecd)
  • no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#53) (ce7965a)
  • no-release: bump actions/setup-node from 3.0.0 to 3.1.1 (#57) (1d71656)
  • no-release: bump standard from 16.0.4 to 17.0.0 (#59) (f1fcf35)

v2.0.1

28 Sep 05:08
Compare
Choose a tag to compare

2.0.1 (2021-09-28)

Trivial Changes

  • deps: bump actions/setup-node from 2.4.0 to 2.4.1 (c4558fe)

v2.0.0

13 Sep 02:32
Compare
Choose a tag to compare

2.0.0 (2021-09-13)

⚠ BREAKING CHANGES

  • add stringprefix, rename byteprefix->bytesprefix

Features

  • add stringprefix, rename byteprefix->bytesprefix (81aa1dd)

Trivial Changes

  • add stringprefix union test case (3d9ad09)
  • fix json formatting to match go fixtures (orderd, properly formatted) (a77c409)