Skip to content

v5.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@lindyhopchris lindyhopchris released this 14 Oct 06:46
· 67 commits to develop since this release

What's Changed

Added

  • BREAKING: The Identifier interface now has an any() method that returns true if any of the given identifiers match the identifier. If you have implemented any custom identifiers, you can add the IsIdentifier trait to implement this new method.
  • BREAKING: Add message() and messages() helper methods to the ErrorList interface. Although technically breaking, this will not affect most implementations as the concrete error list class provided this package has been updated.

Full Changelog: v4.1.0...v5.0.0-rc.1