Releases: charlespascoe/typed-validation
Releases · charlespascoe/typed-validation
v0.7.6
09 Feb 15:45
Compare
Sorry, something went wrong.
No results found
New Features
Colour output message (off by default)
v0.7.4
20 Jan 12:44
Compare
Sorry, something went wrong.
No results found
Features and Improvements
Improve either error messages (#9 )
Normalise how primitive types are printed
v0.7.3
18 Jan 15:48
Compare
Sorry, something went wrong.
No results found
Features and Improvements
Add overloads of optional and nullable without next assertion
Refactor how error messages are formatted
Fixes
Fix conformsTo spelling of 'property' and 'properties' (#8 )
Fix onErrorDefaultsTo not defaulting to default on error
Fix eachValue missing call to next
v0.7.2
12 Jan 08:41
Compare
Sorry, something went wrong.
No results found
Align documentation with v0.6.0 and v0.7.0
v0.7.1
12 Jan 08:40
Compare
Sorry, something went wrong.
No results found
Fix either so that it is exported
v0.7.0
12 Jan 08:39
Compare
Sorry, something went wrong.
No results found
Rename SuccessResult.result to value
Add isMap
Add eachValue
Add either
v0.6.0
10 Jan 12:28
Compare
Sorry, something went wrong.
No results found
Changes
Change error handling to use return value rather than exceptions
v0.5.2
09 Jan 13:51
Compare
Sorry, something went wrong.
No results found
Features
Add overloads of conformsTo to allow passing validation options
v0.5.1
09 Jan 13:31
Compare
Sorry, something went wrong.
No results found
Features
Fixes
#5 - KeyPathNode incorrectly formatting keys with numbers
v0.5.0
27 Dec 11:26
Compare
Sorry, something went wrong.
No results found
Change ValidationError.errorCode type from enum to string
Implement multiple error handling