Skip to content

conditional support and typename improvements

Latest
Compare
Choose a tag to compare
@akito0107 akito0107 released this 07 Dec 10:27
· 891 commits to master since this release

changes

  • remove ramda #23
  • change optional params from required props of regexp validator #21
  • support conditional
  • support safeShape
  • improve typings of shape

breaking changes:

  • change type name of Validator to ValueValidator
  • change type name of IValidationResult to ValidationResult