You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
fix(parser): make sure toNumber and toBoolean can be turned off
* toBoolean and toNumber change.
I tried to use:
var qs = new MongoQS({
string: {
toNumber: false
}
});
But toNumber and toBoolean is always in true.
I propose a change so firstly it checks if it is boolean and then makes the change.
Thanks for this great module! :)
* Fix without ( and ) in typeof
* Strings changed to singlequoted for test pass
0 commit comments