Skip to content

Releases: arondeparon/laravel-request-sanitizer

Release 2.2.1

24 Jun 10:14
0dd990c
Compare
Choose a tag to compare

Bugfixes

  • Request values will now only be sanitised if they are actually present. This fixes a bug, as described in #12

Release 2.2

30 Apr 09:38
de26c31
Compare
Choose a tag to compare
  • A new core sanitizer has been added: FilterVars, thanks to @gitmiro (#11)
  • Travis CI has been replaced with Github Actions
  • Tests are now contained in their own files instead of crammed together in a single file

Release 2.1

25 Mar 20:08
d62e261
Compare
Choose a tag to compare
  • Support for PHP 7.4
  • Support for Laravel 7 (thanks @gitmiro!)

Release 2.0

08 Nov 11:12
Compare
Choose a tag to compare

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

04 May 13:49
Compare
Choose a tag to compare
  • Unit tests compatibility with PHP 7.3 (#3)
  • Fixes a deprecation issue, as mentioned in #4
  • Implemented basic support for sanitizer arguments (394b277)

Release 1.1

23 Apr 15:57
Compare
Choose a tag to compare

Included in this release:

  • Three new built-in sanitizers: Uppercase, Lowercase and Capitalize
  • Unit tests to make sure the built-in sanitizers work as intended

Release 1.0

27 Feb 16:24
Compare
Choose a tag to compare
  • Laravel 5.8 compatibility
  • First "stable" release

Release 0.1.2

19 Oct 08:52
Compare
Choose a tag to compare
  • Support for Laravel 5.7

Release 0.1.1

04 Oct 12:54
Compare
Choose a tag to compare

Changes:

  • Implemented support for array dot notation. Fixes #1