Changelog
6.12.3
parse
: properly account for strictNullHandling
when allowEmptyArrays
Changelog
6.12.2
parse
: parse encoded square brackets (#506)Changelog
6.12.1
parse
: Disable decodeDotInKeys
by default to restore previous behavior (#501)utils
: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)utils
: use +=
Changelog
6.12.0
parse
/stringify
: add decodeDotInKeys
/encodeDotKeys
options (#488)parse
: add duplicates
optionparse
/stringify
: add allowEmptyArrays
option to allow [] in object values (#487)parse
/stringify
: move allowDots config logic to its own variablestringify
: move option-handling code into normalizeStringifyOptions
stringify
: clarify default arrayFormat
behaviorside-channel
sideEffects
flagparse
: remove useless tests; add coveragestringify
: increase coveragemock-property
stringify
: improve coverage@ljharb/eslint-config
, aud
, has-override-mistake
, has-property-descriptors
, mock-property
, npmignore
, object-inspect
, tape
glob
, since v10.3.8+ requires a broken jackspeak
jackspeak
since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6Changelog
6.11.2
parse
: Fix parsing when the global Object prototype is frozen (#473)Changelog
6.11.1
stringify
: encode comma values more consistently (#463)filter
option for injecting custom serialization, i.e. of custom types (#447)@ljharb/eslint-config
, aud
, object-inspect
, tape
Changelog
6.11.0
stringify
: revert 0e903c0; add commaRoundTrip
option (#442)Changelog
6.10.5
stringify
: with arrayFormat: comma
, properly include an explicit []
on a single-item array (#434)