Skip to content

Latest commit

 

History

History
270 lines (135 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

270 lines (135 loc) · 3.42 KB

CHANGE LOG

V11.1 (17/03/2024)

  • Added Laravel 11 support

V11.0 (04/12/2023)

  • Support Laravel 9-10 only
  • Support PHP 8.0-8.3 only
  • Added additional types
  • Removed janky getter methods
  • Switch to security core v4

V10.0 (30/05/2022)

  • Dropped PHP < 7.4
  • Dropped Laravel < 8

V9.1 (24/01/2022)

  • Added Laravel 9 support

V9.0.1 (21/11/2021)

  • Provisional PHP 8.1 support
  • Updated package metadata

V9.0 (14/08/2020)

  • Added Laravel 8 support
  • Added provisional PHP 8.0 support

V8.0.2 (14/04/2020)

  • Removed extra file from dist

V8.0.1 (14/04/2020)

  • Updated funding information

V8.0 (01/03/2020)

  • Dropped Laravel 5

V7.1 (25/01/2020)

  • Added Laravel 7 support

V7.0 (08/12/2019)

  • Switch to security core v2
  • Trim after cleaning too

V6.2 (26/08/2019)

  • Added Laravel 6 support

V6.1.1 (30/06/2019)

  • Cleanup and avoid deprecated code

V6.1 (17/02/2019)

  • Added Laravel 5.8 support

V6.0 (30/12/2018)

  • Use the new security package

V5.1.1 (30/12/2018)

  • Ensure we have the latest version of the security package

V5.1 (23/08/2018)

  • Added Laravel 5.7 support

V5.0 (02/03/2018)

  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6

V4.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints

V3.6 (01/01/2017)

  • Added laravel 5.4 support

V3.5 (21/10/2016)

  • Allow ints/floats/bools through unchanged

V3.4 (26/04/2016)

  • Added laravel 5.3 support

V3.3.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V3.3 (14/11/2015)

  • Added laravel 5.2 support

V3.2.1 (06/10/2015)

  • Minor tweaks

V3.2 (26/06/2015)

  • Official lumen support
  • Code cleanup

V3.1 (20/05/2015)

  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support

V3.0 (05/02/2015)

  • Upgraded to laravel 5.0

V2.1.3 (04/01/2015)

  • Removed the cs fixers
  • CS fixes
  • Moved to the MIT license

V2.1.2 (05/10/2014)

  • Improved the test suite
  • Added cs fixers to the test suite
  • Improved the docs

V2.1.1 (09/08/2014)

  • Corrected the license comments

V2.1 (03/08/2014)

  • Minor improvements on top of Laravel's functions
  • Added some functional tests
  • Minor fixes and tweaks

V2.0 (20/07/2014)

  • Bumped to stable

V2.0 RC 1 (16/07/2014)

  • Upgrade to Laravel 4.1/4.2
  • Minor refactoring
  • Added di aliases

V1.1 (21/04/2014)

  • PHP 5.6 and HHVM compatibility
  • Added a new map function
  • Fixed request binding
  • Composer tweaks
  • Minor tweaks

V1.0.2 (16/03/2014)

  • Fixed an issue with the facade

V1.0.1 (21/02/2014)

  • Fixed a minor issue in the clean function

V1.0 (12/02/2014)

  • Bumped to stable

V1.0 RC 1 (09/02/2014)

  • Added some more methods

V1.0 Beta 2 (08/02/2014)

  • PSR-4 autoloading
  • Updated docs

V1.0 Beta 1 (21/01/2014)

  • Dropped Laravel 4.0 support
  • Travis and Scrutinizer tweaks
  • Coding style fixes
  • Some more refactoring
  • Now supports all laravel input methods
  • Now recursively cleans input too
  • Added unit tests
  • Minor tweaks

V0.3.1 Alpha (12/12/2013)

  • Updated doc blocks
  • Minor tweaks

V0.3 Alpha (10/12/2013)

  • Updated license
  • Updated scrutiniser config
  • Updated documentation
  • Laravel 4.1 support
  • Added an all method
  • Minor refactoring
  • Added a missing use statement

V0.2 Alpha (25/08/2013)

  • Updated the providers
  • Scrutinizer updates
  • Minor tweaks

V0.1 Alpha (15/08/2013)

  • Initial testing release