ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.5k stars 729 forks source link

Fixes the issue of stringify encoding comma(used to join array) even when `encodeValuesOnly = true` #424

Closed adnan-creator closed 2 years ago

adnan-creator commented 2 years ago

Following changes were made:

adnan-creator commented 2 years ago

Thanks! for now these tests seem fine.

codecov[bot] commented 2 years ago

Codecov Report

Merging #424 (5dbeeb4) into master (e2fd364) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #424   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files           8        8           
  Lines        1388     1393    +5     
  Branches      167      169    +2     
=======================================
+ Hits         1385     1390    +5     
  Misses          3        3           
Impacted Files Coverage Δ
lib/stringify.js 99.29% <100.00%> (+0.03%) :arrow_up:
test/stringify.js 99.75% <100.00%> (-0.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e2fd364...5dbeeb4. Read the comment docs.