Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 366 Bytes

CHANGES.md

File metadata and controls

22 lines (13 loc) · 366 Bytes

0.3.3

  • adds the contains validator

0.3.2

  • adds the url validator
  • refactors the email validator to use apache commons email validator

0.3.1

  • fixes custom error message for nested validators

0.2.1

  • adds contextual validators
  • adds conditional validators

0.2.0

  • adds the ability to compose and nest validators
  • refactors how validators work