Skip to content

Releases: jan-molak/tiny-types

v1.22.0

16 Mar 17:24
Compare
Choose a tag to compare

1.22.0 (2024-03-16)

Features

  • tiny-types: represent undefined array elements as null when serialising to JSON (504487d)

v1.21.0

24 Oct 10:11
9bb0b22
Compare
Choose a tag to compare

1.21.0 (2023-10-24)

Features

  • tiny-types: introduced support for Node 20, dropped support for Node 14 (a19a7d0)

v1.20.0

07 Jul 17:15
96e3a47
Compare
Choose a tag to compare

1.20.0 (2023-07-07)

Features

  • tiny-types: transpile tiny-types to es2021 (895f4d7)

v1.19.1

11 Mar 15:09
Compare
Choose a tag to compare

1.19.1 (2023-03-11)

Bug Fixes

v1.19.0

03 Aug 10:15
Compare
Choose a tag to compare

1.19.0 (2022-08-03)

Features

  • tinytype: support for serialising Error objects to JSON (50cfee6)

v1.18.4

05 Jun 22:02
Compare
Choose a tag to compare

1.18.4 (2022-06-05)

Bug Fixes

  • tinytype: toJSON correctly serialises null and undefined values (6c3f0d2)

v1.18.3

05 Jun 21:31
Compare
Choose a tag to compare

1.18.3 (2022-06-05)

Bug Fixes

  • tinytype: toJSON supports serialising plain objects with nested Maps and Sets (bcd4226)

v1.18.2

04 Jun 22:04
Compare
Choose a tag to compare

1.18.2 (2022-06-04)

Bug Fixes

  • node: support for Node 18 (f6212a1)

v1.18.1

04 Jun 22:01
Compare
Choose a tag to compare

1.18.1 (2022-06-04)

Bug Fixes

  • deps: migrated from tslint to eslint and applied the new code style rules (3080c70)

v1.18.0

04 Jun 14:10
Compare
Choose a tag to compare

1.18.0 (2022-06-04)

Features

  • tinytype: support for serialising Map and Set fields to JSON (7a43d6f)