Skip to content

Releases: vdhicts/laravel-validation-rules

v8.1.0

15 May 18:55
4c3bfdd

Choose a tag to compare

What's Changed

  • Add VersionNumber validation rule and perform some cleanup by @dvdheiden in #27

Full Changelog: v8.0.0...v8.1.0

v8.0.0

14 Mar 07:18
ba63a26

Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v8.0.0

Add Laravel 12 support

24 Feb 16:29
8e80c2b

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

Add Laravel 11 support

16 Mar 15:44
f4a33b1

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...v6.0.0

Upgrade deprecated validation rule contract

09 Dec 20:12
fe34f3c

Choose a tag to compare

Changes

Full Changelog: 4.0.0...5.0.0

Update to Laravel 10

22 Mar 20:27
4f3af66

Choose a tag to compare

  • Update dependencies for Laravel 10
  • Add pint as linter
  • Add pint to CI
  • Apply pint
  • Apply promoted properties

Add contains any validation rule

29 Nov 20:23
ab43ddb

Choose a tag to compare

  • Add the containsAny validation rule.

Be aware: this will be the last release that actively supports PHP 7.4.

Deprecate rules that are already available in Laravel

11 Sep 10:25
507fe4a

Choose a tag to compare

Changes

  • Deprecate rules that are already available in Laravel.
  • Improve readme

Add Laravel 9 and PHP 8.1 support

05 Feb 12:50
c29948b

Choose a tag to compare

Changes

  • Add Laravel 9 support
  • Add PHP 8.1 support
  • Add static analysis

Add DateHasSpecificMinutes validation rule and PHP 8 compatibility

30 Sep 07:44
61c8da7

Choose a tag to compare

Changes

  • Add DateHasSpecificMinutes validation rule
  • Add PHP 8 compatibility