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

Update query-string major version #268

Closed
wants to merge 1 commit into from

Conversation

taion
Copy link
Contributor

@taion taion commented Apr 7, 2016

This gives better deduping if users (like me!) are manually installing query-string.

I'm not adding this to the v2 branch (even though I want to have this change), because this brings back the (IMO correct) Object.create(null) behavior, and that's technically breaking, as we surface these objects back to the user.

@@ -67,7 +67,12 @@
"location"
],
"babel": {
"presets": [ "es2015", "stage-1" ],
"plugins": [ "dev-expression" ]
"presets": [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is npm's work.

@mjackson
Copy link
Member

mjackson commented May 6, 2016

I'm gonna fix the failing tests and get this into the v3 release. Thanks for bringing it to my attention, @taion.

@mjackson mjackson closed this in 7b95495 May 7, 2016
@taion taion deleted the update-query-string branch July 14, 2016 20:49
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants