Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/query-string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cspotcode/query-string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    fbef39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5d1aa View commit details
    Browse the repository at this point in the history
  3. Removes Array.isArray

    cspotcode committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    e27c55a View commit details
    Browse the repository at this point in the history
  4. Safely uses hasOwnProperty

    cspotcode committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    9651a29 View commit details
    Browse the repository at this point in the history
  5. Removes Object.keys()

    cspotcode committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    8b4972b View commit details
    Browse the repository at this point in the history
  6. Removes Array.prototype.map

    cspotcode committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    ae5c4ff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Replaces stringify implementation with jQuery's $.param()

    Behavior is different in a few ways
    - undefined values aren't omitted
    - null and undefined values equivalent to empty string
    - empty keys never omitted
    cspotcode committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    5327eec View commit details
    Browse the repository at this point in the history
  2. Updates readme

    cspotcode committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    071d495 View commit details
    Browse the repository at this point in the history
  3. Updates package.json

    cspotcode committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    eb3d5aa View commit details
    Browse the repository at this point in the history
  4. Updates and adds tests

    cspotcode committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    7ccab9b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Fixes failing tests

    - uses defineProperty when available and necessary
    - stringify() accepts falsy first argument
    - uses defineProperty in tests to work around a `__proto__` babel bug
    cspotcode committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    46f88c7 View commit details
    Browse the repository at this point in the history
  2. 4.0.0

    cspotcode committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    a9b8ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01378eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0320b2a View commit details
    Browse the repository at this point in the history
  5. 4.0.1

    cspotcode committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    416fee6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. Configuration menu
    Copy the full SHA
    1f22f47 View commit details
    Browse the repository at this point in the history
  2. 4.0.2

    cspotcode committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    e9ebe34 View commit details
    Browse the repository at this point in the history
Loading