platform/packages/validate/CHANGELOG.md

27 lines
561 B
Markdown
Raw Normal View History

2019-10-17 01:59:41 +00:00
# 3.0.0-alpha
* Rewrite, based on `Field` and `Form`, rather than strings.
2019-09-27 13:25:37 +00:00
# 2.0.2
* Deduplicate error messages.
2019-08-11 18:48:11 +00:00
# 2.0.1+1
* Fix bug in the implementation of `maxLength`.
2018-12-10 17:51:10 +00:00
# 2.0.1
* Patch for updated body parsing.
2018-11-06 19:18:48 +00:00
# 2.0.0
* Finish update for Angel 2.
2018-11-02 00:55:28 +00:00
# 2.0.0-alpha.1
* Update for Angel 2.
2018-06-28 16:34:05 +00:00
# 1.0.5-beta
2018-06-28 15:07:04 +00:00
* Use `wrapMatcher` on explicit values instead of throwing.
2018-06-28 16:34:05 +00:00
* Add async matchers.
* Add context-aware matchers.
2018-06-28 15:07:04 +00:00
2018-06-28 02:34:05 +00:00
# 1.0.4
* `isNonEmptyString` trims strings.
* `ValidationException` extends `AngelHttpException`.
* Added `requireField` and `requireFields`.