Releases: jcoreio/typescript-validators
Releases · jcoreio/typescript-validators
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-07-13)
Bug Fixes
- eslint errors (0156877)
- generate TS types from validators (048e89c)
- more API tweaks and docs (5dd9ee0)
- more fixes and smoke test (09b9bb8)
- object property validation and more tests (26fc46c)
- object type checking (89264d8)
- records, test intersections and unions (efa6fe2)
- refactor validation methods and constraints (3d55f2b)
- remove unused API (0b665b8)
- makeError: fix type error (0030557)
- symbol: fix toString() and add tests (be40ce2)
- rename union and intersection, remove odds and ends (3247ae1)
- Type: remove __constraint (b1cbacd)
Features
- add alias and ref for recursive types (8aa8730)
- add instanceOf (c46600d)
- add intersection, tuple, and union builders (5dbf90e)
- export RuntimeTypeError and test that it's thrown (59588d8)
- initial commit (ad2109f)
- initial commit (c62c8c4)
BREAKING CHANGES
- remove t.constrain (replaced by t.alias)