-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog For runner/validator | ||
|
||
## [1.0.0] - 2018-12-25 | ||
|
||
### Added | ||
- 增加可引入自定义语言包 | ||
- 增加自定义错误消息 | ||
|
||
### Changed | ||
- 拆分 validate 及消息处理为 trait | ||
- extend 的 callback 类作用域取消绑定到 Validator 示例. validate 函数参数增加传入 Validator 实例 | ||
- validate 从 protected 改为 publish |