Skip to content

Releases: jan-molak/tiny-types

v1.18.0

04 Jun 14:10
Compare
Choose a tag to compare

1.18.0 (2022-06-04)

Features

  • tinytype: support for serialising Map and Set fields to JSON (7a43d6f)

v1.17.0

20 Dec 20:51
Compare
Choose a tag to compare

1.17.0 (2021-12-20)

Bug Fixes

  • deps-dev: updated dev dependencies and dropped support for Node 10 (324d60c)

Features

  • predicates: isFunction ensures that the value is a function (342de84)

v1.16.1

02 Feb 00:38
Compare
Choose a tag to compare

1.16.1 (2021-02-02)

Bug Fixes

  • predicates: isPlainObject is now generic (e15eb47)

v1.16.0

21 Jan 02:19
Compare
Choose a tag to compare

1.16.0 (2021-01-21)

Features

  • predicates: isPlainObject ensures that the value is a plain object (a192ef6)

v1.15.0

19 Sep 21:49
93960b4
Compare
Choose a tag to compare

1.15.0 (2020-09-19)

Features

  • predicates: isNotBlank ensures that the value is not an empty string (57a5f5a)

v1.14.1

19 Apr 12:30
Compare
Choose a tag to compare

1.14.1 (2020-04-19)

Bug Fixes

  • docs: added information about Tidelift enterprise subscription (bd0dd90)

v1.14.0

11 Apr 22:17
Compare
Choose a tag to compare

1.14.0 (2020-04-11)

Features

  • predicates: startsWith(prefix) and endsWith(suffix) predicates (eca2378)

v1.13.0

11 Apr 21:49
Compare
Choose a tag to compare

1.13.0 (2020-04-11)

Features

  • predicates: matches(pattern) ensures that a value matches a given regex (f8cc09f)

v1.12.4

06 Apr 13:06
Compare
Choose a tag to compare

1.12.4 (2020-04-06)

Bug Fixes

  • deps: updated dev dependencies and added more examples to the readme (9616645)
  • readme: re-organised the readme (25f7aa3)

v1.12.3

15 Mar 15:46
Compare
Choose a tag to compare

1.12.3 (2020-03-15)

Bug Fixes

  • deps: Updated TypeScript to 3.8.3 (01199c4)