This project adheres to Semantic Versioning. All notable changes are documented in this file. The format is based on Keep a Changelog.
- Switch from Travis CI to GitHub Actions for linting and testing
- Support for PHP 8
- Support for PHP 7.x
- Support for Laravel 8
- Moved support for Laravel 7 to the
2.x
branch
- Support for Laravel 7
- Moved support for Laravel 5.8 and 6 to the
1.x
branch
- Refactored
ApplyWhen
andApplyUnless
to be syntactic sugar forApplyMap
- Added
ApplyMap
custom validation rule
- Added
ApplyWhen
custom validation rule - Added
ApplyUnless
custom validation rule