All notable changes to command-validator
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- Support for Laravel 11
- Support for Laravel Octane
- Validation message that changed in Laravel 8, making tests inconsistent
- GitHub directory to Git attributes
- Scrutinizer settings for coverage
- Support for PHP 8
- Compliance with PSR-12
- Replaced Travis with GitHub actions
- Support for Laravel 8
- Support for Laravel 7
- Support for Laravel 6
- Throw native exception instead of outputting errors manually
- Package dependencies
- Code style
- Integration tests
- Optional input is not validated if missing in Laravel 5.3
- Trait to validate Laravel console commands