platform/packages/validate/CHANGELOG.md
Tobe O 71aa3464b9 Add 'packages/validate/' from commit 'db616d128ad76796f43e66b8214aa54dd20e51d2'
git-subtree-dir: packages/validate
git-subtree-mainline: 5eef4314ec
git-subtree-split: db616d128a
2020-02-15 18:22:19 -05:00

27 lines
No EOL
561 B
Markdown

# 3.0.0-alpha
* Rewrite, based on `Field` and `Form`, rather than strings.
# 2.0.2
* Deduplicate error messages.
# 2.0.1+1
* Fix bug in the implementation of `maxLength`.
# 2.0.1
* Patch for updated body parsing.
# 2.0.0
* Finish update for Angel 2.
# 2.0.0-alpha.1
* Update for Angel 2.
# 1.0.5-beta
* Use `wrapMatcher` on explicit values instead of throwing.
* Add async matchers.
* Add context-aware matchers.
# 1.0.4
* `isNonEmptyString` trims strings.
* `ValidationException` extends `AngelHttpException`.
* Added `requireField` and `requireFields`.