Changelog
6.14.0
parse
: add throwOnParameterLimitExceeded
option (#517)parse
: use utils.combine
moreparse
: add explicit throwOnLimitExceeded
defaultside-channel
es-value-fixtures
, has-bigints
, has-proto
, has-symbols
Changelog
6.13.1
stringify
: avoid a crash when a filter
key is null
utils.merge
: functions should not be stringified into keysparse
: avoid a crash with interpretNumericEntities: true, comma: true, and iso charsetstringify
: ensure a non-string filter
does not crash__proto__
syntax instead of Object.create
for null objectsutils.merge
: add some coveragees-value-fixtures
, mock-property
, object-inspect
, tape
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