Releases: jan-molak/tiny-types
Releases · jan-molak/tiny-types
v1.4.2
1.4.2 (2018-02-20)
Bug Fixes
- predicates: isInRange is correctly exported (44866bf)
v1.4.1
1.4.1 (2018-02-20)
Bug Fixes
- pattern-matching: Corrected the signature of the match function (076d0e2)
v1.4.0
1.4.0 (2018-02-20)
Features
- predicates: Simplified the instantiation of simple predicates with
Predicate.to
(ea3ce5e)
v1.3.0
1.3.0 (2018-02-19)
Features
- predicates: Predicates help to ensure strong domain models that can guarantee their correctnes (94915c3)
v1.2.0
1.2.0 (2018-02-12)
Features
- TinyType: TinyTypes can be serialised to JSON (59213dc)
v1.1.0
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
1.0.1 (2018-02-02)
Bug Fixes
- npm: Added an index file so that TinyType can be easily imported (50a3d7b)
v1.0.0
1.0.0 (2018-02-02)
Features
- TinyType: First implementation of a TinyType (04711fc)