Releases: TheDragonCode/laravel-route-names
Releases · TheDragonCode/laravel-route-names
2.1.0
Changed
- Added parallel testing by @andrey-helldar in #47
- Facades was removed by @andrey-helldar in #49
- Tests was migrated to Pest by @andrey-helldar in #46
Fixed
- Fixed route caching bug by @andrey-helldar in #48
2.0.0
Added
- Add route names extender configuration option by @guanguans in #37
Changed
- A little code cleanup by @andrey-helldar in #41
- Added tests workspace and drop Laravel 10 support by @andrey-helldar in #39
- Extend router and remove
RoutingServiceProviderby @guanguans in #30 - Fixed notification icon by @andrey-helldar in #45
- Removed copyright by @andrey-helldar in #44
- Small refactoring for
RouteNameExtender.phpby @andrey-helldar in #43 - Update
README.mdby @andrey-helldar in #42
Removed
- Drop
fig/http-message-utilby @andrey-helldar in #40 - Unsupporting older versions of Laravel (7-10) by @andrey-helldar in #38
Fixed
- Removed useless file. Again 😅 by @andrey-helldar in #35
1.6.1
Fixed
- The removal of
Application.phpwas canceled by @andrey-helldar in #34
1.6.0
Added
- Added Laravel 12 support by @andrey-helldar in #29
Changed
- The year in the LICENSE file has been updated by @github-actions[bot] in #28
1.5.0
Added
- Added Laravel 11 support by @andrey-helldar in #25
v1.4.0
v1.3.0
What's Changed
- Expanded list of collisions by @andrey-helldar in #7
- Updated config file by @andrey-helldar in #9
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Extracted the exclusion list to a configuration file by @andrey-helldar in #3
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Added the ability to exclude route groups by @andrey-helldar in #2
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Removed Laravel 6 support