v5.0.0-rc.1
Pre-release
Pre-release
·
67 commits
to develop
since this release
What's Changed
Added
- BREAKING: The
Identifierinterface now has anany()method that returnstrueif any of the given identifiers match the identifier. If you have implemented any custom identifiers, you can add theIsIdentifiertrait to implement this new method. - BREAKING: Add
message()andmessages()helper methods to theErrorListinterface. 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