ajv/lib/dot
Evgeny Poberezkin b92e6e86a7 property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01:00
..
v5 error parameters for formatMaximum/formatMinimum, #151 2016-03-26 22:35:46 +00:00
_limit.jst safe access with guards to $data ref 2015-12-25 22:36:23 +00:00
_limitItems.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
_limitLength.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
_limitProperties.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
allOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
anyOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
coerce.def fix type coercion for multiple items/properties; closes #152 2016-03-25 20:13:39 +00:00
custom.def asynchronous custom keywords can define custom errors by returning the promise that rejects with Ajv.ValidationError, closes #118 2016-02-28 22:14:18 +00:00
defaults.def useDefaults: use literals (deep-clone) of defaults unless useDefaults: "shared" is passed, #151, #136 2016-03-24 23:27:13 +00:00
definitions.def passContext option; pass parent data to custom keyword functions 2016-02-16 00:15:20 +00:00
dependencies.jst property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01:00
enum.jst safe access with guards to $data ref 2015-12-25 22:36:23 +00:00
errors.def error parameters for formatMaximum/formatMinimum, #151 2016-03-26 22:35:46 +00:00
format.jst transpiling async validation functions from es7 with nodent 2016-01-28 12:31:20 +00:00
items.jst coerceTypes option, #95 2016-01-17 01:05:06 +00:00
missing.def property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01:00
multipleOf.jst option multipleOfPrecision, closes #84 2016-01-02 17:16:01 +00:00
not.jst optimised "not" keyword in {allErrors: true} mode to fail on the first error in subschema, closes #131 2016-02-27 23:01:03 +00:00
oneOf.jst refactor keywords with common code 2015-12-22 17:03:09 +00:00
pattern.jst refactored schema compilation to reduce browser bundle size 2015-12-23 01:50:11 +00:00
properties.jst coerceTypes option, #95 2016-01-17 01:05:06 +00:00
ref.jst rename property "async" of asynchronous validation function to "$async" for meteor compatibility, #151, #159 2016-04-10 20:17:06 +01:00
required.jst property dependencies in allErrors mode create error for each missing dependency; #151, closes 73 2016-04-15 22:10:30 +01:00
uniqueItems.jst support $data ref in uniqueItems, #81 2015-12-24 18:58:15 +00:00
validate.jst alvays pass parent data and current data property when referenced schema called as a function (previously was passed only with option coerceTypes) 2016-02-12 23:08:28 +00:00