- Added support for Laravel 10.
- Removed application dependency from
HashedRouteManager
(#18)
- Removed Laravel 6 support.
- Removed Laravel 7 support.
- Removed PHP 7.4 support.
- Added Laravel 9 support.
- Added PHP 8.1 support.
- Removed PHP 7.3 support.
- Added Hashids 4 support.
- Added PHP 8 support.
- Added Hashids 2 support.
- Removed PHP 7.2 support.
- Added Laravel 8 support.
- Fixed a bug in the PHPUnit test suite.
- Added a
.gitattributes
file to shrink down releases.
- Added Github Actions integration.
- Added PHP 7.4 support.
- Removed support for Laravel 5.
- Removed support for PHP 7.0
- Removed support for PHP 7.1
- Removed Travis integration.
- Add support for Laravel 7. (#6)
- Added Codecov integration.
- Removed Coveralls integration.
- Fixed the link to travis CI in the README.
- Added support for Laravel 6.
- Added StyleCI integration.
- Added clover coverage to CI.
- Added Laravel 5.8 to CI.
- 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 support for
hashids/hashids:~3.0
. - Added support for
phpunit/phpunit:~7.0
.
- Added a test to ensure correct behaviour for route model binding.
- Fixed numeric constraint in optimus codec.
- Added automatic route model binding.
- Fixed publish path for config.
- Move optimus configuration options to
.env
file.
- Added optimus codec.
- Added base64 codec
- Added documentation for available drivers.
- Rename transformer to codec.