bedrock-validation
Advanced tools
Changelog
5.6.3 - 2022-03-24
Changelog
5.6.2 - 2022-03-24
Changelog
5.6.1 - 2022-03-24
esm.js
to transpile
to CommonJS.Changelog
5.6.0 - 2022-03-23
bedrock@4.5
.esm.js
to
transpile to CommonJS.Changelog
5.5.0 - 2022-02-17
createValidateMiddleware
to create a more modern validate express-style
middleware. This function has more clear name, simpler parameters, and
ensures that the schemas used are compiled once. It requires schemas to
be passed directly, a string identifying a schema may not be used.Changelog
5.4.1 - 2022-02-10
title
is set on compiled function.Changelog
5.4.0 - 2022-02-10
compile()
function to pre-compile a schema and return a
function that outputs the same validation results as calling
validateInstance
.Changelog
5.3.0 - 2022-02-10
Changelog
5.2.2 - 2021-12-15
graphSignature
schema causing it to be invalid.Changelog
5.2.1 - 2021-12-14
api.validate
to throw error if schema does not exist instead of
returning middleware that raises the error.