Skip to content

Releases: jan-molak/tiny-types

v1.4.2

20 Feb 16:29
Compare
Choose a tag to compare

1.4.2 (2018-02-20)

Bug Fixes

  • predicates: isInRange is correctly exported (44866bf)

v1.4.1

20 Feb 15:06
Compare
Choose a tag to compare

1.4.1 (2018-02-20)

Bug Fixes

  • pattern-matching: Corrected the signature of the match function (076d0e2)

v1.4.0

20 Feb 11:59
Compare
Choose a tag to compare

1.4.0 (2018-02-20)

Features

  • predicates: Simplified the instantiation of simple predicates with Predicate.to (ea3ce5e)

v1.3.0

19 Feb 22:28
Compare
Choose a tag to compare

1.3.0 (2018-02-19)

Features

  • predicates: Predicates help to ensure strong domain models that can guarantee their correctnes (94915c3)

v1.2.0

12 Feb 13:35
Compare
Choose a tag to compare

1.2.0 (2018-02-12)

Features

  • TinyType: TinyTypes can be serialised to JSON (59213dc)

v1.1.0

12 Feb 01:21
Compare
Choose a tag to compare

1.1.0 (2018-02-12)

Features

  • pattern-matching: ::match function enables more functional switch/case syntax as well as patte (23ccbc7)
  • TinyType: Single-line TinyType definitions with TinyTypeOf (e7f14c8)

v1.0.1

02 Feb 23:35
Compare
Choose a tag to compare

1.0.1 (2018-02-02)

Bug Fixes

  • npm: Added an index file so that TinyType can be easily imported (50a3d7b)

v1.0.0

02 Feb 23:17
Compare
Choose a tag to compare

1.0.0 (2018-02-02)

Features

  • TinyType: First implementation of a TinyType (04711fc)