Skip to content

Releases: rvagg/cborg

v1.6.1

17 Jan 08:40
Compare
Choose a tag to compare

1.6.1 (2022-01-17)

Bug Fixes

  • diagnostic: handle zero-length recursives properly in diag output (38ec7ea)

Trivial Changes

  • no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#38) (d46fae2)

v1.6.0

13 Dec 03:34
Compare
Choose a tag to compare

1.6.0 (2021-12-13)

Features

  • add support for coerceUndefinedToNull option (fd61bbe)

Trivial Changes

  • test and document coerceUndefinedToNull (61fd015)
  • update deps & test setup (1246122)

v1.5.4

08 Dec 07:37
Compare
Choose a tag to compare

1.5.4 (2021-12-08)

Bug Fixes

  • remove 'util' dependency (875d5ea)

Trivial Changes

  • deps-dev: bump polendina from 1.1.1 to 2.0.0 (9aeed6b)
  • expand browser testing to esm (cc2a626)
  • no-release: bump actions/setup-node from 2.4.1 to 2.5.0 (#32) (5f7dba1)

v1.5.3

04 Nov 04:04
Compare
Choose a tag to compare

1.5.3 (2021-11-04)

Trivial Changes

  • deps: bump actions/checkout from 2.3.5 to 2.4.0 (8a76824)

v1.5.2

18 Oct 02:29
Compare
Choose a tag to compare

1.5.2 (2021-10-18)

Trivial Changes

  • deps,no-release: bump actions/checkout from 2.3.4 to 2.3.5 (#29) (fd0db75)

v1.5.1

28 Sep 05:10
Compare
Choose a tag to compare

1.5.1 (2021-09-28)

Trivial Changes

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

v1.5.0

25 Aug 04:24
Compare
Choose a tag to compare

1.5.0 (2021-08-25)

Features

  • enhance CLI - more commands & accept stdin (333b379)

v1.4.2

23 Aug 05:56
Compare
Choose a tag to compare

1.4.2 (2021-08-23)

Bug Fixes

  • add a decimal point for whole number float tokens (3a18861)

v1.4.1

05 Aug 23:53
Compare
Choose a tag to compare

1.4.1 (2021-08-05)

Trivial Changes

  • deps: bump actions/setup-node from 2.3.2 to 2.4.0 (eda1936)

v1.4.0

05 Aug 06:44
Compare
Choose a tag to compare

1.4.0 (2021-08-05)

Features

  • handle JSON decoding of large integers as BigInt (dc87eb4)
  • use allowBigInt option so BigInt handling isn't a breaking change (66d61b5)