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: ljharb/qs Loading
base: v6.3.2
Choose a base ref
...
head repository: ljharb/qs Loading
compare: v6.3.3
Choose a head ref
  • 19 commits
  • 29 files changed
  • 6 contributors

Commits on Mar 20, 2018

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

Commits on May 13, 2018

  1. Configuration menu
    Copy the full SHA
    45dcd40 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. [Refactor] stringify: Avoid arr = arr.concat(...), push to the exis…

    …ting instance (#269)
    papandreou authored and ljharb committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    bc90696 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

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

Commits on Sep 16, 2018

  1. [Fix] stringify: fix a crash with strictNullHandling and a custom…

    … `filter`/`serializeDate` (#279)
    Neaox authored and ljharb committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    47e46a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. [Fix] utils: merge: fix crash when source is a truthy primitive…

    … & no options are provided
    ljharb committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    471261a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

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

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    915517c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    213d513 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

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

Commits on Mar 29, 2019

  1. [Fix] fix for an impossible situation: when the formatter is called w…

    …ith a non-string value
    
    Note that all these tests passed already. Since the only time a
    formatter is called is in a context where it is concatenated with
    another string using `+`, this is a redundant step. However, for
    pedantic correctness and documentation, the contract for formatters is
    to always return a string.
    ljharb committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    4c036ce View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. [meta] add FUNDING.yml

    This is an experiment; I intend to use 100% of funds to support the OSS community and my OSS projects' costs.
    ljharb committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    439534a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180bfa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. [meta] fix README.md (#399)

    - `defaultEncoder`=> `defaultDecoder`
    mizozobu authored and ljharb committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f8510a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

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

Commits on Dec 28, 2021

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

Commits on Jan 9, 2022

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

Commits on Jan 10, 2022

  1. [Dev Deps] backport from main

    ljharb committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    da1eee0 View commit details
    Browse the repository at this point in the history
  2. v6.3.3

    ljharb committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ff235b4 View commit details
    Browse the repository at this point in the history
Loading