Skip to content
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

feat(route): return route params on findRoute #342

Conversation

valerio-pizzichini
Copy link
Contributor

Description

Closes #341

The goal of this PR is to add dev params to the object returned from the Router.findRoute method as we do on the Router.find.

@valerio-pizzichini valerio-pizzichini marked this pull request as draft January 5, 2024 08:17
@valerio-pizzichini valerio-pizzichini force-pushed the feature/return-route-params-on-find-route branch from e52b573 to 0d92457 Compare January 5, 2024 08:40
@valerio-pizzichini valerio-pizzichini marked this pull request as ready for review January 5, 2024 08:44
Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good work!

Can you add some docs?

@valerio-pizzichini
Copy link
Contributor Author

good work!

Can you add some docs?

Added the returned params on the already present findRoute doc here c549e88

Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 2eee6be into delvedor:main Jan 6, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: expose params inside findRoute
3 participants