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

fix: treat cases where query params can be null or Dates #129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rhuanbarreto
Copy link

@rhuanbarreto rhuanbarreto commented Sep 4, 2024

Closes #128

This PR improves on #115 once:

typeof Date === "object"
typeof null === "object"

Other values may be in place but dates and nulls are the most used ones.

@rhuanbarreto
Copy link
Author

@SaltyAom any help here?

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.

Regression: v1.1.2 breaks date objects being passed as query params
1 participant