Releases: ash-jc-allen/laravel-config-validator
Releases · ash-jc-allen/laravel-config-validator
v2.7.0
v2.6.1
What's Changed
- Fix bug that prevented nested config from being validated by @ash-jc-allen in #66
Full Changelog: v2.6.0...v2.6.1
v2.6.0
v2.5.0
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #62
New Contributors
- @laravel-shift made their first contribution in #62
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.0
What's Changed
- Fixed sample code for getting validation errors by @Sy-Dante in #50
- Added support for PHP 8.2 by @ash-jc-allen in #58
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Require
illuminate/validation
andilluminate/view
by @kohenkatz in #49 - Fixed bug that threw an error if the failed config field was an array by @ash-jc-allen in #48
New Contributors
- @kohenkatz made their first contribution in #49
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Added
- Improved command output using Termwind. Huge thanks to @xiCO2k for this! #38
- Added dependency requirement for
illuminate/command
. #40
Updated
- Removed unneeded
illuminate/cache
dependency requirement. #40 - Removed old and unneeded exceptions. #39
- Updated the PHPUnit config file to the newest format. #45
Fixed
- Fixed bug that was removing underscores from validation error messages. #43
v2.0.0
Added
- Added support for Laravel 9 and PHP 8.1. #32
- Added Larastan workflow to run on GitHub Actions. #34
- Added type hints and fields types. #35
Changed
- Changed default directory from
config/validation
toconfig-validation
. #31 - Migrated from TravisCI to GitHub Actions for running tests. #35
- Moved default config rulesets to
stubs/config-validation
. #36 - Fixed bug that prevented Rule objects from being used. #33
Removed
v1.3.0
New Features
Added support for PHP 8 (#28)
As of Laravel Config Validator v1.3.0, the package can now be run using PHP 8.