Skip to content

Latest commit

 

History

History
145 lines (95 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

145 lines (95 loc) · 4.12 KB

Release Notes

Added

  • Added support for Laravel 10.

Changed

  • Removed application dependency from HashedRouteManager (#18)

Removed

  • Removed Laravel 6 support.
  • Removed Laravel 7 support.
  • Removed PHP 7.4 support.

Added

  • Added Laravel 9 support.

Added

  • Added PHP 8.1 support.

Removed

  • Removed PHP 7.3 support.

Added

  • Added Hashids 4 support.
  • Added PHP 8 support.

Removed

  • Added Hashids 2 support.
  • Removed PHP 7.2 support.

Added

  • Added Laravel 8 support.

Fixed

  • Fixed a bug in the PHPUnit test suite.

Added

  • Added a .gitattributes file to shrink down releases.

Added

  • Added Github Actions integration.
  • Added PHP 7.4 support.

Removed

  • Removed support for Laravel 5.
  • Removed support for PHP 7.0
  • Removed support for PHP 7.1
  • Removed Travis integration.

Added

  • Add support for Laravel 7. (#6)

Added

  • Added Codecov integration.

Removed

  • Removed Coveralls integration.

Fixed

  • Fixed the link to travis CI in the README.

Added

  • Added support for Laravel 6.
  • Added StyleCI integration.

Added

  • Added clover coverage to CI.
  • Added Laravel 5.8 to CI.

Changed

  • Moved the RequiresConfigurationKeys trait to the root namespace.
  • Moved codec factory to root namespace.
  • Reverse the order of the parameters in the RequiresConfigurationKeys::require() method.
  • Increased minimum PHP version to >=7.0.12.

Added

  • Added support for hashids/hashids:~3.0.
  • Added support for phpunit/phpunit:~7.0.

Added

  • Added a test to ensure correct behaviour for route model binding.

Fixed

  • Fixed numeric constraint in optimus codec.

Added

  • Added automatic route model binding.

Fixed

  • Fixed publish path for config.

Changed

  • Move optimus configuration options to .env file.

Added

  • Added optimus codec.

Added

  • Added base64 codec
  • Added documentation for available drivers.

Changed

  • Rename transformer to codec.