-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mounted router fall back to parent router when route is not found #883
base: main
Are you sure you want to change the base?
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa7ecd1 - Browse repository at this point
Copy the full SHA aa7ecd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90090a5 - Browse repository at this point
Copy the full SHA 90090a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b935b56 - Browse repository at this point
Copy the full SHA b935b56View commit details
Commits on Sep 29, 2022
-
Instead of counter, use flag and restore previous value
Hides how many mounts are being used
Configuration menu - View commit details
-
Copy full SHA for 1c36111 - Browse repository at this point
Copy the full SHA 1c36111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1cc4c - Browse repository at this point
Copy the full SHA 3f1cc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8565e9 - Browse repository at this point
Copy the full SHA a8565e9View commit details
Commits on Oct 5, 2022
-
Move route not found handling to
$serve()
instead of$route()
; Al……lows for top router to handle 404s
Configuration menu - View commit details
-
Copy full SHA for 72e2e9a - Browse repository at this point
Copy the full SHA 72e2e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4bf10 - Browse repository at this point
Copy the full SHA 8a4bf10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45aca33 - Browse repository at this point
Copy the full SHA 45aca33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 532d225 - Browse repository at this point
Copy the full SHA 532d225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc08d1 - Browse repository at this point
Copy the full SHA 2cc08d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885c598 - Browse repository at this point
Copy the full SHA 885c598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 387a041 - Browse repository at this point
Copy the full SHA 387a041View commit details -
Revert "Use the
req$pr
instead ofself
in case code is moved else…… where" This reverts commit 387a041.
Configuration menu - View commit details
-
Copy full SHA for a70e056 - Browse repository at this point
Copy the full SHA a70e056View commit details
Commits on Oct 6, 2022
-
Set default 404 handler to
routeNotFound()
; Keep old 404 handler as…… last resort in `$serve()`
Configuration menu - View commit details
-
Copy full SHA for ab3973a - Browse repository at this point
Copy the full SHA ab3973aView commit details -
Add
lastChanceRouteNotFound()
method for when mount 404 method is f……ound. In `$serve()`, move `routeNotFoundStep` before `postRouteStep` In `$route()`, if `404` handler has been set, call `lastChanceRouteNotFound()`
Configuration menu - View commit details
-
Copy full SHA for f931f9e - Browse repository at this point
Copy the full SHA f931f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab497fe - Browse repository at this point
Copy the full SHA ab497feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce3538 - Browse repository at this point
Copy the full SHA 4ce3538View commit details