Skip to content

Regula 1.0.1

Compare
Choose a tag to compare
@vivin vivin released this 03 Jul 21:27
· 254 commits to master since this release

Regula Version 1.0.1

Changes and New Features

  • Added @Required constraint.
  • Modified parameter names for @Max and @Min to be value instead of max and min.
  • Modified parameter names to @Pattern to be regexp instead of pattern. Also added a flags parameter.
  • Minor grammatical corrections to default failure-messages.
  • Added boolean type to constraint annotation.
  • Improved error messages.

Bug fixes

  • Fixed bugs in annotation parser.

Credits

  • Vivin Paliath / author