Releases: times/data-validator
Releases · times/data-validator
v0.6.3
v0.6.2
- Use Rollup correctly
v0.6.1
- Correctly list
ramda
as a regular dependency - Correctly list
babel-plugin-external-helpers
as a dev dependency
v0.6.0
v0.5.5
- Add
.npmignore
file so that we correctly shipdist
v0.5.4
- Fix bug in
flattenResults
v0.5.3
- Use Rollup for build process
v0.5.2
Add the following functions:
fromPredicate
to construct a validator from a predicate functionvalidateIsIn
to validate whether a value is contained within an array of valuesvalidateIsType
to validate whether a value is of a given typeprefixErrors
to simplify the most common use ofmapErrors
v0.5.1
- Export all functions by default
v0.5.0
- Change the order in which schema validation errors occur
- Rename
all
composer toallWhileOK
- Add new
all
composer that actually runs all the given validators - Rename
helpers.js
totypecheck.js
- Restructure some internals