Releases: arondeparon/laravel-request-sanitizer
Releases · arondeparon/laravel-request-sanitizer
Release 2.2.1
Bugfixes
- Request values will now only be sanitised if they are actually present. This fixes a bug, as described in #12
Release 2.2
Release 2.1
- Support for PHP 7.4
- Support for Laravel 7 (thanks @gitmiro!)
Release 2.0
This is a new major version.
Although there are no changes in the API, a major release was created due to the breaking changes caused by the changed dependencies.
If you are on Laravel 5.x or on a PHP version before 7.2, you should really try to upgrade as soon as possible.
If that is not an option for you, please use 1.x
for your project.
- Implement Laravel 6 Support (#8)
Possible breaking changes:
- Require at least PHP 7.2
- Require at least PHPUnit 8
- Require at least Testbench 4
- Require at least Mockery 1.x
Release 1.1.1
Release 1.1
Included in this release:
- Three new built-in sanitizers:
Uppercase
,Lowercase
andCapitalize
- Unit tests to make sure the built-in sanitizers work as intended
Release 1.0
- Laravel 5.8 compatibility
- First "stable" release
Release 0.1.2
- Support for Laravel 5.7
Release 0.1.1
Changes:
- Implemented support for array dot notation. Fixes #1