platform/CHANGELOG.md

9 lines
267 B
Markdown
Raw Normal View History

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`.