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

querystring: parse numbers correctly #1213

Merged
merged 2 commits into from
Mar 20, 2015

Commits on Mar 20, 2015

  1. querystring: parse numbers correctly

    Fixes a number parsing regression introduced in 85a92a3
    
    Fixes: nodejs#1208
    PR-URL: nodejs#1213
    Reviewed-By: Rod Vagg <[email protected]>
    Reviewed-By: Brian White <[email protected]>
    Fishrock123 committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    a89f5c2 View commit details
    Browse the repository at this point in the history
  2. querystring: fix broken stringifyPrimitive

    stringifyPrimitive has always failed to stringify numbers since its
    introduction in 422d3c9. This went uncaught due to encodeURIComponent's
    string coercion.
    
    Fixes: nodejs#1208
    PR-URL: nodejs#1213
    Reviewed-By: Rod Vagg <[email protected]>
    Reviewed-By: Brian White <[email protected]>
    Fishrock123 committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    c9aec2b View commit details
    Browse the repository at this point in the history