-
|
Need the ability to get the previous route name |
Beta Was this translation helpful? Give feedback.
Answered by
agordn52
Dec 10, 2023
Replies: 1 comment 3 replies
-
|
Hi @andim27, Yeah, a route history would be nice. I'll do some testing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @andim27,
In the latest version, you can now fetch the routeHistory and more 🚀
Here are some new features in 5.15.0:
Nylo.getRouteHistory() // Get the route historyNylo.getCurrentRoute() // Get the current routeNylo.getPreviousRoute() // Get the previous routeNylo.getCurrentRouteName() // Get the current route nameNylo.getPreviousRouteName() // Get the previous route nameNylo.getCurrentRouteArguments() // Get the current route argumentsNylo.getPreviousRouteArguments() // Get the previous route arguments usingHere's the upgrade guide from v5.13.0
v5.13.0...v5.14.0
Hope that helps.