Releases: jan-molak/tiny-types
Releases · jan-molak/tiny-types
v1.18.0
1.18.0 (2022-06-04)
Features
- tinytype: support for serialising Map and Set fields to JSON (7a43d6f)
v1.17.0
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
1.16.1 (2021-02-02)
Bug Fixes
- predicates: isPlainObject is now generic (e15eb47)
v1.16.0
1.16.0 (2021-01-21)
Features
- predicates: isPlainObject ensures that the value is a plain object (a192ef6)
v1.15.0
1.15.0 (2020-09-19)
Features
- predicates: isNotBlank ensures that the value is not an empty string (57a5f5a)
v1.14.1
1.14.1 (2020-04-19)
Bug Fixes
- docs: added information about Tidelift enterprise subscription (bd0dd90)
v1.14.0
1.14.0 (2020-04-11)
Features
- predicates: startsWith(prefix) and endsWith(suffix) predicates (eca2378)
v1.13.0
1.13.0 (2020-04-11)
Features
- predicates: matches(pattern) ensures that a value matches a given regex (f8cc09f)
v1.12.4
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
1.12.3 (2020-03-15)
Bug Fixes
- deps: Updated TypeScript to 3.8.3 (01199c4)