Skip to content

Releases: jan-molak/tiny-types

v1.10.0

25 May 20:30
Compare
Choose a tag to compare

1.10.0 (2018-05-25)

Features

  • predicates: property(name, ...predicates) allows for applying predicates to a property of the (46d69ff)

v1.9.1

03 May 22:45
Compare
Choose a tag to compare

1.9.1 (2018-05-03)

Bug Fixes

  • predicates: and() will stop evaluating predicates upon the first failure (e67c6bb)

v1.9.0

30 Apr 21:28
Compare
Choose a tag to compare

1.9.0 (2018-04-30)

Features

  • predicates: isBoolean, isNumber and isString predicates (5676694)

v1.8.1

20 Mar 22:36
Compare
Choose a tag to compare

1.8.1 (2018-03-20)

Bug Fixes

  • API Docs: Corrected the API Docs of the ensure function (81fce06)

v1.8.0

01 Mar 17:31
Compare
Choose a tag to compare

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

21 Feb 22:45
Compare
Choose a tag to compare

1.7.0 (2018-02-21)

Features

  • TinyType: toJSON and equals work with Arrays (9d21d02)

v1.6.1

21 Feb 15:08
Compare
Choose a tag to compare

1.6.1 (2018-02-21)

Bug Fixes

  • npm: Removed unnecessary config files from the npm distribution (31dc7a3)

v1.6.0

21 Feb 14:32
Compare
Choose a tag to compare

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

21 Feb 13:03
Compare
Choose a tag to compare

1.5.0 (2018-02-21)

Features

  • TinyType: TinyTypeOf() prevents instantiation with null or undefined argument. (543ec7f)

v1.4.3

21 Feb 01:00
Compare
Choose a tag to compare

1.4.3 (2018-02-21)

Bug Fixes

  • TinyType: Improvements to serialisation/de-serialisation types (bb27ac0)