This commit is contained in:
Christian Flothmann 2019-07-13 12:01:31 +02:00
parent 0f1ad9b846
commit 24b7feff91

View File

@ -17,9 +17,9 @@ CHANGELOG
from an array or object
* added the `min_limit_path` and `max_limit_path` parameters in violations when using
`Range` constraint with respectively the `minPropertyPath` and
`maxPropertyPath` options.
* added a new `notInRangeMessage` options to the `Range` constraint that will
be used in the violation builder when both `min` and `max` are not null.
`maxPropertyPath` options
* added a new `notInRangeMessage` option to the `Range` constraint that will
be used in the violation builder when both `min` and `max` are not null
4.3.0
-----