Releases: jan-molak/tiny-types
Releases · jan-molak/tiny-types
v1.23.0
1.23.0 (2024-08-14)
Features
- object: toJSON available as a standalone function (6e8e07b)
- tiny-types: support for Node 22 (82f2da6)
v1.22.0
1.22.0 (2024-03-16)
Features
- tiny-types: represent undefined array elements as null when serialising to JSON (504487d)
v1.21.0
1.21.0 (2023-10-24)
Features
- tiny-types: introduced support for Node 20, dropped support for Node 14 (a19a7d0)
v1.20.0
1.20.0 (2023-07-07)
Features
- tiny-types: transpile tiny-types to es2021 (895f4d7)
v1.19.0
1.19.0 (2022-08-03)
Features
- tinytype: support for serialising Error objects to JSON (50cfee6)
v1.18.4
1.18.4 (2022-06-05)
Bug Fixes
- tinytype: toJSON correctly serialises null and undefined values (6c3f0d2)
v1.18.3
1.18.3 (2022-06-05)
Bug Fixes
- tinytype: toJSON supports serialising plain objects with nested Maps and Sets (bcd4226)
v1.18.2
1.18.2 (2022-06-04)
Bug Fixes
- node: support for Node 18 (f6212a1)
v1.18.1
1.18.1 (2022-06-04)
Bug Fixes
- deps: migrated from tslint to eslint and applied the new code style rules (3080c70)