Skip to content

Releases: sourcetoad/rule-helper-for-laravel

v6.0.0

24 Feb 17:55
896c140
Compare
Choose a tag to compare

Breaking Changes

  • Drop Laravel 11.x support

What's Changed

  • Switch date, email, file, and image rules to fluent rule configuration and update Laravel support in #52

Full Changelog: v5.6.0...v6.0.0

v5.6.0

19 Feb 13:43
7dcbbf9
Compare
Choose a tag to compare

What's Changed

  • Add prohibited_if_accepted and prohibited_if_declined in #53

Full Changelog: v5.5.0...v5.6.0

v5.5.0

02 Jan 15:10
7dea152
Compare
Choose a tag to compare

What's Changed

  • PHP 8.4 Support in #51

Full Changelog: v5.4.0...v5.5.0

v5.4.0

11 Nov 15:59
4369e0a
Compare
Choose a tag to compare

What's Changed

  • Add options to timezone
  • Add null support to requiredUnless
  • Add multiple format support to dateFormat
  • Add ascii only support for alpha[Dash/Digits]
  • Update rule descriptions to match docs.

Full Changelog: v5.3.1...v5.4.0

v5.3.1

05 Nov 14:50
7aebad8
Compare
Choose a tag to compare

What's Changed

  • Type fixes in #49

Full Changelog: v5.3.0...v5.3.1

v5.3.0

12 Sep 12:34
02c06f8
Compare
Choose a tag to compare

What's Changed

  • Add enum support for defined rule set names in #46
  • Add dependabot action updates in #47
  • Confirmation field override in #48

Full Changelog: v5.2.0...v5.3.0

v5.2.0

21 May 21:21
6c8d6cb
Compare
Choose a tag to compare

What's Changed

  • contains rule and array update in #45

Full Changelog: v5.1.0...v5.2.0

v5.1.0

23 Apr 21:59
22658a2
Compare
Choose a tag to compare

What's Changed

  • Required if declined rule helper in #43
  • In type fixes in #44

Full Changelog: v5.0.0...v5.1.0

v5.0.0

13 Mar 12:36
5cd974a
Compare
Choose a tag to compare

Breaking changes

  • Drop Laravel 10.x and PHP 8.1 support

What's Changed

  • Laravel 11 support in #42

Full Changelog: v4.3.0...v5.0.0

v4.3.0

28 Feb 13:50
331f819
Compare
Choose a tag to compare

What's Changed

  • Enum rule modifier callback in #41

Full Changelog: v4.2.2...v4.3.0