Skip to content

Releases: jan-molak/tiny-types

v1.12.2

25 Jan 12:46
Compare
Choose a tag to compare

1.12.2 (2020-01-25)

Bug Fixes

  • predicates: Reworded the error message for the 'property' predicate (7194eb2)

v1.12.1

20 Mar 15:29
Compare
Choose a tag to compare

1.12.1 (2019-03-20)

Bug Fixes

  • serialisation: Removed the experimental Serialised interface (0758860)

v1.12.0

08 Oct 14:46
Compare
Choose a tag to compare

1.12.0 (2018-10-08)

Features

  • TinyType: Added new predicate to check instance types (afcaeba)

v1.11.3

29 Aug 15:19
Compare
Choose a tag to compare

1.11.3 (2018-08-29)

Bug Fixes

  • toJSON: Corrected serialisation of falsey primitives (54179dc)

v1.11.2

26 Aug 13:44
Compare
Choose a tag to compare

1.11.2 (2018-08-26)

Bug Fixes

  • toString: Object and Array values are correctly stringified (cc68f80)

v1.11.1

25 Aug 21:59
Compare
Choose a tag to compare

1.11.1 (2018-08-25)

Bug Fixes

  • equal: Corrected the equality check of objects with optional fields (a6f0278)

v1.11.0

12 Aug 23:30
Compare
Choose a tag to compare

1.11.0 (2018-08-12)

Features

  • TinyType: toJSON works with plain-old JavaScript objects (df92a12)

v1.10.3

15 Jun 23:41
Compare
Choose a tag to compare

1.10.3 (2018-06-15)

Bug Fixes

Support for TypeScript 2.9

15 Jun 21:53
Compare
Choose a tag to compare
v1.10.2

chore(deps): Updated semantic release

v1.10.1

27 May 20:58
Compare
Choose a tag to compare

1.10.1 (2018-05-27)

Bug Fixes

  • equals: Support for Date fields (37a8832)