Releases: jan-molak/tiny-types
Releases · jan-molak/tiny-types
v1.10.0
1.10.0 (2018-05-25)
Features
- predicates: property(name, ...predicates) allows for applying predicates to a property of the (46d69ff)
v1.9.1
1.9.1 (2018-05-03)
Bug Fixes
- predicates: and() will stop evaluating predicates upon the first failure (e67c6bb)
v1.9.0
1.9.0 (2018-04-30)
Features
- predicates: isBoolean, isNumber and isString predicates (5676694)
v1.8.1
1.8.1 (2018-03-20)
Bug Fixes
- API Docs: Corrected the API Docs of the
ensure
function (81fce06)
v1.8.0
1.8.0 (2018-03-01)
Features
- predicates: Check has been deprecated in favour of Ensure. New "deprecated" decorator can be u (2f7200b)
v1.7.0
1.7.0 (2018-02-21)
Features
- TinyType: toJSON and equals work with Arrays (9d21d02)
v1.6.1
1.6.1 (2018-02-21)
Bug Fixes
- npm: Removed unnecessary config files from the npm distribution (31dc7a3)
v1.6.0
1.6.0 (2018-02-21)
Bug Fixes
- serialisation: Serialised and Serialisable are exported from the main package (d4b7f2f)
Features
- predicates: isOneOf checks if the value is one of the allowed values (1b401d8)
v1.5.0
1.5.0 (2018-02-21)
Features
- TinyType: TinyTypeOf() prevents instantiation with null or undefined argument. (543ec7f)
v1.4.3
1.4.3 (2018-02-21)
Bug Fixes
- TinyType: Improvements to serialisation/de-serialisation types (bb27ac0)