Releases: andnp/ValidTyped
Releases · andnp/ValidTyped
v2.2.0
2.2.0 (2019-06-26)
Features
- add nullable values and shortcut (2208f25)
v2.1.4
2.1.4 (2019-03-13)
Bug Fixes
- package: update simplytyped to version 3.0.0 (8986594)
v2.1.3
2.1.3 (2019-03-13)
Bug Fixes
v2.1.2
2.1.2 (2019-02-06)
Bug Fixes
- tsc no longer filters * in docs (63cf4bf)
- update to latest TS for dependencies (72f3185)
v2.1.1
2.1.1 (2018-10-27)
Bug Fixes
v2.1.0
2.1.0 (2018-07-19)
Features
- add ability to perform additional validations (781725f)
v2.0.0
2.0.0 (2018-06-27)
Features
- add base inline documentation (9514707)
- array builder should take a singular specifier (e3d9cc8)
BREAKING CHANGES
- The contract for
v.array
has changed from taking an
array of Validator
s to taking a single Validator
.
v1.5.0
1.5.0 (2018-06-13)
Bug Fixes
- export all externally used types (04f9247)
Features
- allow combining multiple validators (64a0957)
v1.4.0
1.4.0 (2018-06-05)
Features
- make validation errors available (f4b4fc4)
v1.3.1
1.3.1 (2018-06-04)
Bug Fixes
- don't disallow additional properties by default (6fa752c)