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

Only remove null and undefined query params #161

Merged
merged 1 commit into from
Jul 6, 2018

Conversation

reinink
Copy link
Contributor

@reinink reinink commented Jul 2, 2018

Right now Ziggy is stripping query params with empty strings and zeros (falsey values). Since those can be valid query params, this change updates it to only remove null and undefined values.

Fixes #157 and #141

Right now Ziggy is stripping query params with empty strings and zeros (falsey values). Since those can be valid query params, this change updates it to only remove null and undefined values.

Fixes tighten#157 and tighten#141
@DanielCoulbourne DanielCoulbourne merged commit cf6dc47 into tighten:master Jul 6, 2018
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.

2 participants