Skip to content

v2.1.0 stable

Latest
Compare
Choose a tag to compare
@BlakvGhost BlakvGhost released this 18 May 16:49
  • Implemented NotRequiredWithRule to ensure a field is not required if another specified field is present.
  • Added passes method to validate the rule logic.
  • Included message method to provide appropriate error messages using LangManager.
  • Updated documentation and comments for clarity.

This rule is the inverse of RequiredWithRule, providing more flexible validation options.

Full Changelog: v2.0.2...v2.1.0