Releases: markwalet/laravel-hashed-route
Releases · markwalet/laravel-hashed-route
v2.8.0
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.
v2.5.0
Added
- Added Hashids 4 support.
- Added PHP 8 support.
Removed
- Added Hashids 2 support.
- Removed PHP 7.2 support.
v2.3.2
Fixed
- Fixed a bug in the PHPUnit test suite.
v2.3.1
Added
- Added a
.gitattributes
file to shrink down releases.
v2.3.0
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.
v2.2.0
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.
v2.1.0
Added
- Added support for Laravel 6.
- Added StyleCI integration.