Skip to content

v1.12.0

Compare
Choose a tag to compare
@icebob icebob released this 17 Oct 12:54
· 96 commits to master since this release

Changes

  • update dev dependencies.
  • add parameters to dynamic default value function. E.g: age: (schema, field, parent, context) => { ... }
  • fix typescript definitions. #269, #270, #261
  • fix multi validate with object strict remove. #272
  • add normalize method. #275 E.g.: validator.normalize({ a: "string[]|optional" })