Releases: gcanti/tcomb-validation
Releases · gcanti/tcomb-validation
v3.4.1
- Bug Fix
- TypeScript: fix recursive type definition error (@RedRoserade)
v3.3.0
- New Feature
- ValidationError: relax message type (from
String
to Any
), fix #54 (@pigoz)
v3.2.2
- Bug Fix
- maybe value is not converted from
undefined
to null
after validation, fix #44 (@gcanti)
v3.2.1
- Bug Fix
- No error returned by intersection of structs, fix #42 (thanks @chrisui)
v3.2.0
- New Feature
- add support for default props (tcomb v3.2)
v3.1.0
- New Feature
- support tcomb's
interface
combinator
v3.0.0
Warning. If you don't rely in your codebase on the property maybe(MyType)(undefined) === null
this is not a breaking change for you.
v2.3.0
- New Feature
- add
strict
option: no additional properties are allowed while validating structs, fix #12
v2.2.0
- New Feature
- replaced
path
argument with options
, fix #27 (thanks @th0r)