Releases: charlespascoe/typed-validation
Releases · charlespascoe/typed-validation
v0.7.6
v0.7.4
v0.7.3
v0.7.2
- Align documentation with v0.6.0 and v0.7.0
v0.7.1
- Fix
either
so that it is exported
v0.7.0
- Rename
SuccessResult.result
tovalue
- Add
isMap
- Add
eachValue
- Add
either
v0.6.0
Changes
- Change error handling to use return value rather than exceptions
v0.5.2
Features
- Add overloads of
conformsTo
to allow passing validation options
v0.5.1
v0.5.0
- Change
ValidationError.errorCode
type from enum to string - Implement multiple error handling