Skip to content

Releases: f9webltd/laravel-validation-rules

1.1.1

06 Oct 15:55
Compare
Choose a tag to compare
  • Add Laravel 8 support, no API changes hence patch release

1.1.0

04 Jun 21:50
Compare
Choose a tag to compare
  • Fix multiple code style issues identified by StyleCI and Scrutinizer CI
  • Remove the OddNumber and EveneNumber rules. As they are both extremely similar classes, avoid duplication by combining both rules into a single NumberPartity class
  • Update readme to reflect new NumberPartity rule
  • Remove unused code in Base64EncodedString string rule (ref. Scrutinizer CI suggestion)

1.0.0

04 Jun 19:43
Compare
Choose a tag to compare

Initial release