- Upgraded symfony/config to ^6.2.
- Upgraded symfony/console to ^6.2.
- Upgraded symfony/dependency-injection to ^6.0.
- Upgraded Symfony packages to 4.x.
- Allow passing policies to provide actions. (#9)
- First stable release.
- Improved performance by not scanning vendor folder recursively search for policy check classes. (#8)
- Provide the method
skipCheck()
to be able to skip the policy check to be verified.
- Make the policy check to fail by default if there are no result returned from the check() method.
- Added two new methods to check interface: setResultPassMessage() and setResultFailMessage().
- Added new command option data-exclude-output.
- Imeplemented methods for checks requirements verification.
- Initial release.