-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Options] date
queryOption should accept date
not just number
type
#287
Comments
Hi, when do you plan to fix this? I can add it to the docs while we work on a fix out if you'd like |
This has been fixed as of v2.0.0. |
If you can link the PR then this issue can be closed |
Actually I was wrong, got confused with the module, I apologize. |
@mikinty thanks for your endless patience with this, I've been pretty swamped :/ This is addressed now, it can accept either a |
date
queryOption should accept date
not number
type (breaking change)date
queryOption should accept date
not just number
type
## [2.1.3](v2.1.2...v2.1.3) (2022-02-16) ### Bug Fixes * **historical:** fix transform code for String date ([1e4c788](1e4c788)) * **options:** queryOpt `date` now accepts Date/string too (fixes [#287](#287)) ([203b6b8](203b6b8)) ### Reverts * Revert "chore(tests): don't use console.dir in tests" ([0480083](0480083)) * Revert "chore(tests): more debugging to figure out why tests stuck on CI" ([ba2ed67](ba2ed67))
🎉 This issue has been resolved in version 2.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Also we should add it to the docs.
The text was updated successfully, but these errors were encountered: