lilishop-uniapp/node_modules/async-validator/HISTORY.md

51 lines
730 B
Markdown
Raw Normal View History

2021-05-13 11:03:32 +08:00
# History
----
## 1.11.3 / 2019-06-28
- support suppressWarning option when validate
## 1.11.1 / 2019-04-22
- support message as function
## 1.11.0 / 2019-03-22
- support promise usage(asyncValidator)
## 1.10.1 / 2018-12-18
- support override warning
## 1.10.0 / 2018-10-17
- revert promise
## 1.9.0 / 2018-10-10
- .validate returns promise
## 1.8.0 / 2017-08-16
- validator support return promise.
## 1.7.0 / 2017-06/09
- add es
- support string patter
## 1.6.0 / 2016-03-30
- support defaultField
## 1.5.0 / 2016-02-02
- support deep merge with default messages
- support rule message of any type(exp: jsx)
## 1.4.0 / 2015-01-12
- fix first option.
- add firstFields option.
- see tests/validator.spec.js