-
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 history
Nylo.getCurrentRoute() // Get the current route
Nylo.getPreviousRoute() // Get the previous route
Nylo.getCurrentRouteName() // Get the current route name
Nylo.getPreviousRouteName() // Get the previous route name
Nylo.getCurrentRouteArguments() // Get the current route arguments
Nylo.getPreviousRouteArguments() // Get the previous route arguments using
Here's the upgrade guide from v5.13.0
v5.13.0...v5.14.0
Hope that helps.