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: support URLSearchParams init as param #18

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

yesmeck
Copy link
Owner

@yesmeck yesmeck commented Sep 9, 2022

close #17

Example:

$path('/posts/delete', [['id', 1], ['id', 2]]); // => /posts/delete?id=1&id=2

@yesmeck yesmeck force-pushed the feat/accepts-urlsearchparams-init branch from 33adfbf to 545854c Compare September 9, 2022 11:42
@yesmeck yesmeck merged commit cb4d54f into master Sep 9, 2022
@yesmeck yesmeck deleted the feat/accepts-urlsearchparams-init branch September 9, 2022 12:58
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to pass an array as a query string
1 participant