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

Encapsulate query strings #3687

Closed
wants to merge 11 commits into from
Closed

Encapsulate query strings #3687

wants to merge 11 commits into from

Commits on Apr 8, 2019

  1. export object from query-string

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    80f0b9b View commit details
    Browse the repository at this point in the history
  2. add a couple of tests to query-string.js

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3b2053e View commit details
    Browse the repository at this point in the history
  3. put tests inside a describe block

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6cf8620 View commit details
    Browse the repository at this point in the history
  4. extract prefix and option constants

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    f1f1d8d View commit details
    Browse the repository at this point in the history
  5. add queryString.toString()

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c18743e View commit details
    Browse the repository at this point in the history
  6. add date ranges tests

    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    2b46bd8 View commit details
    Browse the repository at this point in the history
  7. move Parameter.toUrlParam() and Parameters.toUrlParam() to use the qu…

    …ery-string module
    Omer Lachish committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c41788d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. use qs

    Omer Lachish committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    48ec52d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Merge branch 'master' into encapsulate-query-strings

    Omer Lachish committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    c99264f View commit details
    Browse the repository at this point in the history
  2. bucket all query params under

    Omer Lachish committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    442467c View commit details
    Browse the repository at this point in the history
  3. set exported default name to match module name

    Omer Lachish committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    d556cb4 View commit details
    Browse the repository at this point in the history