Skip to content

2.1.0 - Introduce `StrictValidator`

Compare
Choose a tag to compare
@bezhermoso bezhermoso released this 09 May 16:06
· 16 commits to master since this release
650f964

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"