Releases: jan-molak/tiny-types
Releases · jan-molak/tiny-types
v1.12.2
1.12.2 (2020-01-25)
Bug Fixes
- predicates: Reworded the error message for the 'property' predicate (7194eb2)
v1.12.1
1.12.1 (2019-03-20)
Bug Fixes
- serialisation: Removed the experimental Serialised interface (0758860)
v1.12.0
1.12.0 (2018-10-08)
Features
- TinyType: Added new predicate to check instance types (afcaeba)
v1.11.3
1.11.3 (2018-08-29)
Bug Fixes
- toJSON: Corrected serialisation of falsey primitives (54179dc)
v1.11.2
1.11.2 (2018-08-26)
Bug Fixes
- toString: Object and Array values are correctly stringified (cc68f80)
v1.11.1
1.11.1 (2018-08-25)
Bug Fixes
- equal: Corrected the equality check of objects with optional fields (a6f0278)
v1.11.0
1.11.0 (2018-08-12)
Features
- TinyType: toJSON works with plain-old JavaScript objects (df92a12)
Support for TypeScript 2.9
v1.10.2
chore(deps): Updated semantic release
v1.10.1
1.10.1 (2018-05-27)
Bug Fixes
- equals: Support for Date fields (37a8832)