13.x
Ensure cached and uncached routes share same precedence when resolving actions and names (#56920)
[11.x] Supports `laravel/serializable-closure` 2 (#53552)
[11.x] Allow `BackedEnum` to be passed to `Route::can()` (#52792)
[13.x] Add Authorize controller middleware attribute (#59048)
Fixes explicit route binding with `BackedEnum` (#51525)
Remove unused variables from tests (#60338)
[11.x] Allow `TestResponse` to accept `Illuminate\Http\Request` (#47418)
Add test for empty middleware groups (#42188)
Flip misordered assertions arguments (#59691)
[12.x] Test Improvements (#54782)
[13.x] Add controller middleware attribute (#59030)
[12.x] Restore original dispatcher bindings after precognitive request (#58716)
[6.x] Alpha ordered imports (#29933)
[8.x] Clean up test suite (#39406)
[8.x] Add route caching integration tests (#37695)
[11.x] Allow enums to be passed to routes (#52561)
Add `to_action` helper method (#56496)
[10.x] Fixes singleton and api singletons creatable|destryoable|only|except combinations (#47098)
[13.x] Enforce stricter assertions (#59749)
[11.x] Support auto-discovery of PSR-17 implementations (#53711)
Centralize per-test static state resets in AfterEachTestSubscriber (#61078)
[13.x] Simplify most of the exceptions expectations (#61049)
[13.x] Add WithoutMiddleware controller middleware attribute (#60709)