- full ts support
- support return transformed value when pass validation(promise and callback): yiminghe#277
- expose validators: yiminghe#232
- support
any
type: yiminghe#190
- add d.ts
- Enum validates
false
value: yiminghe#164
- use @pika/pack
- support suppressWarning option when validate
- support message as function
- support promise usage(asyncValidator)
- support override warning
- revert promise
- .validate returns promise
- validator support return promise.
- add es
- support string patter
- support defaultField
- support deep merge with default messages
- support rule message of any type(exp: jsx)
- fix first option.
- add firstFields option.
- see tests/validator.spec.js