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

Custom stringify arrays and objects #365

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2019

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

Commits on Sep 8, 2019

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

Commits on Sep 12, 2019

  1. [New] parse/stringify: Pass extra key/value argument to decoder

    A new fourth argument is now provided when invoking the decoder inside parse,
    this argument represents whether the first argument (str) is a key or a value.
    This can then be used to decode key and values different within the decode function.
    
    A test has been added for this new behavior.
    Chris Dyson authored and ljharb committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    7f216ee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    760a670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97154a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4019179 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. [Dev Deps] update eslint

    ljharb committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    df0cb44 View commit details
    Browse the repository at this point in the history
  2. v6.9.0

    ljharb committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    670254b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. [fix] parse: with comma true, do not split non-string values

    Mohamed Omar authored and ljharb committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    698b683 View commit details
    Browse the repository at this point in the history
  2. [Fix] parse: with comma true, handle field that holds an array of a…

    …rrays
    
    Fixes ljharb#327.
    Mohamed Omar authored and ljharb committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    f884e2d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. [Fix] parses comma delimited array while having percent-encoded comma…

    … treated as normal text
    
    Co-authored-by: Mohamed Omar <mohamed.ahmed.c209@gmail.com>
    Co-authored-by: Quentin de Longraye <quentin@dldl.fr>
    2 people authored and ljharb committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    cd9a3cd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    1f35831 View commit details
    Browse the repository at this point in the history
  2. [meta] add funding field

    ljharb committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    b9a032f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6151be3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. v6.9.1

    ljharb committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7b36800 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

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

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    fe6384c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e4570 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72dc89f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af2bf8 View commit details
    Browse the repository at this point in the history
  5. [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect

    …, `has-symbols`, `tape`
    ljharb committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    eac5616 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

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

Commits on Mar 15, 2020

  1. [Fix] parse: Fix parsing array from object with comma true

    Alexander Yefanov authored and ljharb committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    eecd28d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    911efab View commit details
    Browse the repository at this point in the history
  2. v6.9.2

    ljharb committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    ddc1ff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

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

Commits on Mar 25, 2020

  1. [Fix] proper comma parsing of URL-encoded commas

    Fixes ljharb#311. Followup to ljharb#336.
    ljharb committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    bf0ea91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1dea2 View commit details
    Browse the repository at this point in the history
  3. v6.9.3

    ljharb committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    511e1c9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Add stringify objects with curly braces and add possibility stringify…

    … arrays and objects with custom function
    leninlin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    0932740 View commit details
    Browse the repository at this point in the history
  2. Revert dist files

    leninlin committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e25d9aa View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Add mirror to parse.js

    leninlin committed May 3, 2020
    Configuration menu
    Copy the full SHA
    ac71264 View commit details
    Browse the repository at this point in the history
  2. Fix example in README

    leninlin committed May 3, 2020
    Configuration menu
    Copy the full SHA
    422d2c2 View commit details
    Browse the repository at this point in the history