Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Conversation

@brianjd
Copy link

@brianjd brianjd commented Dec 14, 2015

No description provided.

@brianjd brianjd changed the title Corrected query object values in README Updated README, regex fix Dec 14, 2015
@brianjd
Copy link
Author

brianjd commented Dec 14, 2015

assert.deepEqual(qs.parse({ 'foo': [] }), {}); 

Is there another way to go about this? Pass the keys/values for $in and $nin in a different syntax? Or simply remove this test as using foo[]=bar will always return { foo:['bar'] }

@Starefossen
Copy link
Contributor

Thanks for the PR, I opted for supporting both the nativ query string paster as well as the query string parser "qs" used by Express.js and Hapi.js through #7. This has landed in v1.2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants