Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RunnerLee committed Dec 25, 2018
1 parent 699a2cd commit 23a0dbf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 23a0dbf

Please sign in to comment.