Releases: times/data-validator
Releases · times/data-validator
Release list
v0.6.3
v0.6.2
v0.6.1
- Correctly list
ramdaas a regular dependency - Correctly list
babel-plugin-external-helpersas a dev dependency
v0.6.0
v0.5.5
- Add
.npmignorefile so that we correctly shipdist
v0.5.4
v0.5.3
v0.5.2
Add the following functions:
fromPredicateto construct a validator from a predicate functionvalidateIsInto validate whether a value is contained within an array of valuesvalidateIsTypeto validate whether a value is of a given typeprefixErrorsto simplify the most common use ofmapErrors
v0.5.1
v0.5.0
- Change the order in which schema validation errors occur
- Rename
allcomposer toallWhileOK - Add new
allcomposer that actually runs all the given validators - Rename
helpers.jstotypecheck.js - Restructure some internals