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

Extract the querystring logic into separate module: #1600

Merged
merged 3 commits into from May 28, 2015

Commits on May 25, 2015

  1. Extract the querystring logic into separate module:

    - Update `qs` to version 3.0.0 with support for rfc3986 encoding
    - Use request's rfc3986 only when using the `querystring` module
    - Add test branch for rfc3986 encoding tests using `querystring`
    - Support for `eq`, `sep` and `options` arguments for `querystring`
      `parse` and `stringify` methods via option keys
    simov committed May 25, 2015
    Copy the full SHA
    9513deb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Copy the full SHA
    82b35f9 View commit details
    Browse the repository at this point in the history
  2. Add docs and tests for passing options to the querystring's

    parse and stringify methods
    simov committed May 28, 2015
    Copy the full SHA
    5cdcbe5 View commit details
    Browse the repository at this point in the history