2.1.0 - Introduce `StrictValidator`
What's Changed
- [Feature] Implement
StrictValidator
, capable of applying rules to entire data array itself. by @bezhermoso in #2 - Code-base now passes level 8 PHPStan analysis checks
Full Changelog: 2.0...2.1.0
Upgrade Guide
- Register
Square\Hyrule\HyruleServiceProvider
in your app. - Publish the config:
php artisan vendor:publish --provider="Square\Hyrule\HyruleServiceProvider"