UNPKG

19.3 kBMarkdownView Raw
1## **6.9.4**
2- [Fix] `stringify`: when `arrayFormat` is `comma`, respect `serializeDate` (#364)
3- [Refactor] `stringify`: reduce branching (part of #350)
4- [Refactor] move `maybeMap` to `utils`
5- [Dev Deps] update `browserify`, `tape`
6
7## **6.9.3**
8- [Fix] proper comma parsing of URL-encoded commas (#361)
9- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
10
11## **6.9.2**
12- [Fix] `parse`: Fix parsing array from object with `comma` true (#359)
13- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349)
14- [meta] ignore eclint transitive audit warning
15- [meta] fix indentation in package.json
16- [meta] add tidelift marketing copy
17- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `has-symbols`, `tape`, `mkdirp`, `iconv-lite`
18- [actions] add automatic rebasing / merge commit blocking
19
20## **6.9.1**
21- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335)
22- [Fix] `parse`: with comma true, do not split non-string values (#334)
23- [meta] add `funding` field
24- [Dev Deps] update `eslint`, `@ljharb/eslint-config`
25- [Tests] use shared travis-ci config
26
27## **6.9.0**
28- [New] `parse`/`stringify`: Pass extra key/value argument to `decoder` (#333)
29- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `evalmd`
30- [Tests] `parse`: add passing `arrayFormat` tests
31- [Tests] add `posttest` using `npx aud` to run `npm audit` without a lockfile
32- [Tests] up to `node` `v12.10`, `v11.15`, `v10.16`, `v8.16`
33- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray
34
35## **6.8.2**
36- [Fix] proper comma parsing of URL-encoded commas (#361)
37- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
38
39## **6.8.1**
40- [Fix] `parse`: Fix parsing array from object with `comma` true (#359)
41- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349)
42- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335)
43- [fix] `parse`: with comma true, do not split non-string values (#334)
44- [meta] add tidelift marketing copy
45- [meta] add `funding` field
46- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `safe-publish-latest`, `evalmd`, `has-symbols`, `iconv-lite`, `mkdirp`, `object-inspect`
47- [Tests] `parse`: add passing `arrayFormat` tests
48- [Tests] use shared travis-ci configs
49- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray
50- [actions] add automatic rebasing / merge commit blocking
51
52## **6.8.0**
53- [New] add `depth=false` to preserve the original key; [Fix] `depth=0` should preserve the original key (#326)
54- [New] [Fix] stringify symbols and bigints
55- [Fix] ensure node 0.12 can stringify Symbols
56- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
57- [Refactor] `formats`: tiny bit of cleanup.
58- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `safe-publish-latest`, `iconv-lite`, `tape`
59- [Tests] add tests for `depth=0` and `depth=false` behavior, both current and intuitive/intended (#326)
60- [Tests] use `eclint` instead of `editorconfig-tools`
61- [docs] readme: add security note
62- [meta] add github sponsorship
63- [meta] add FUNDING.yml
64- [meta] Clean up license text so it’s properly detected as BSD-3-Clause
65
66## **6.7.2**
67- [Fix] proper comma parsing of URL-encoded commas (#361)
68- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336)
69
70## **6.7.1**
71- [Fix] `parse`: Fix parsing array from object with `comma` true (#359)
72- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335)
73- [fix] `parse`: with comma true, do not split non-string values (#334)
74- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349)
75- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
76- [Refactor] `formats`: tiny bit of cleanup.
77- readme: add security note
78- [meta] add tidelift marketing copy
79- [meta] add `funding` field
80- [meta] add FUNDING.yml
81- [meta] Clean up license text so it’s properly detected as BSD-3-Clause
82- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `safe-publish-latest`, `evalmd`, `iconv-lite`, `mkdirp`, `object-inspect`, `browserify`
83- [Tests] `parse`: add passing `arrayFormat` tests
84- [Tests] use shared travis-ci configs
85- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray
86- [Tests] add tests for `depth=0` and `depth=false` behavior, both current and intuitive/intended
87- [Tests] use `eclint` instead of `editorconfig-tools`
88- [actions] add automatic rebasing / merge commit blocking
89
90## **6.7.0**
91- [New] `stringify`/`parse`: add `comma` as an `arrayFormat` option (#276, #219)
92- [Fix] correctly parse nested arrays (#212)
93- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source, also with an array source
94- [Robustness] `stringify`: cache `Object.prototype.hasOwnProperty`
95- [Refactor] `utils`: `isBuffer`: small tweak; add tests
96- [Refactor] use cached `Array.isArray`
97- [Refactor] `parse`/`stringify`: make a function to normalize the options
98- [Refactor] `utils`: reduce observable [[Get]]s
99- [Refactor] `stringify`/`utils`: cache `Array.isArray`
100- [Tests] always use `String(x)` over `x.toString()`
101- [Tests] fix Buffer tests to work in node < 4.5 and node < 5.10
102- [Tests] temporarily allow coverage to fail
103
104## **6.6.0**
105- [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities (#268)
106- [New] move two-value combine to a `utils` function (#189)
107- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
108- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` (#260)
109- [Fix] `stringify`: do not crash in an obscure combo of `interpretNumericEntities`, a bad custom `decoder`, & `iso-8859-1`
110- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
111- [refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269)
112- [Refactor] `parse`: only need to reassign the var once
113- [Refactor] `parse`/`stringify`: clean up `charset` options checking; fix defaults
114- [Refactor] add missing defaults
115- [Refactor] `parse`: one less `concat` call
116- [Refactor] `utils`: `compactQueue`: make it explicitly side-effecting
117- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`, `iconv-lite`, `safe-publish-latest`, `tape`
118- [Tests] up to `node` `v10.10`, `v9.11`, `v8.12`, `v6.14`, `v4.9`; pin included builds to LTS
119
120## **6.5.2**
121- [Fix] use `safer-buffer` instead of `Buffer` constructor
122- [Refactor] utils: `module.exports` one thing, instead of mutating `exports` (#230)
123- [Dev Deps] update `browserify`, `eslint`, `iconv-lite`, `safer-buffer`, `tape`, `browserify`
124
125## **6.5.1**
126- [Fix] Fix parsing & compacting very deep objects (#224)
127- [Refactor] name utils functions
128- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`
129- [Tests] up to `node` `v8.4`; use `nvm install-latest-npm` so newer npm doesn’t break older node
130- [Tests] Use precise dist for Node.js 0.6 runtime (#225)
131- [Tests] make 0.6 required, now that it’s passing
132- [Tests] on `node` `v8.2`; fix npm on node 0.6
133
134## **6.5.0**
135- [New] add `utils.assign`
136- [New] pass default encoder/decoder to custom encoder/decoder functions (#206)
137- [New] `parse`/`stringify`: add `ignoreQueryPrefix`/`addQueryPrefix` options, respectively (#213)
138- [Fix] Handle stringifying empty objects with addQueryPrefix (#217)
139- [Fix] do not mutate `options` argument (#207)
140- [Refactor] `parse`: cache index to reuse in else statement (#182)
141- [Docs] add various badges to readme (#208)
142- [Dev Deps] update `eslint`, `browserify`, `iconv-lite`, `tape`
143- [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`; npm v4.6 breaks on node < v1; npm v5+ breaks on node < v4
144- [Tests] add `editorconfig-tools`
145
146## **6.4.0**
147- [New] `qs.stringify`: add `encodeValuesOnly` option
148- [Fix] follow `allowPrototypes` option during merge (#201, #201)
149- [Fix] support keys starting with brackets (#202, #200)
150- [Fix] chmod a-x
151- [Dev Deps] update `eslint`
152- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
153- [eslint] reduce warnings
154
155## **6.3.2**
156- [Fix] follow `allowPrototypes` option during merge (#201, #200)
157- [Dev Deps] update `eslint`
158- [Fix] chmod a-x
159- [Fix] support keys starting with brackets (#202, #200)
160- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
161
162## **6.3.1**
163- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties (thanks, @snyk!)
164- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `iconv-lite`, `qs-iconv`, `tape`
165- [Tests] on all node minors; improve test matrix
166- [Docs] document stringify option `allowDots` (#195)
167- [Docs] add empty object and array values example (#195)
168- [Docs] Fix minor inconsistency/typo (#192)
169- [Docs] document stringify option `sort` (#191)
170- [Refactor] `stringify`: throw faster with an invalid encoder
171- [Refactor] remove unnecessary escapes (#184)
172- Remove contributing.md, since `qs` is no longer part of `hapi` (#183)
173
174## **6.3.0**
175- [New] Add support for RFC 1738 (#174, #173)
176- [New] `stringify`: Add `serializeDate` option to customize Date serialization (#159)
177- [Fix] ensure `utils.merge` handles merging two arrays
178- [Refactor] only constructors should be capitalized
179- [Refactor] capitalized var names are for constructors only
180- [Refactor] avoid using a sparse array
181- [Robustness] `formats`: cache `String#replace`
182- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`; add `safe-publish-latest`
183- [Tests] up to `node` `v6.8`, `v4.6`; improve test matrix
184- [Tests] flesh out arrayLimit/arrayFormat tests (#107)
185- [Tests] skip Object.create tests when null objects are not available
186- [Tests] Turn on eslint for test files (#175)
187
188## **6.2.3**
189- [Fix] follow `allowPrototypes` option during merge (#201, #200)
190- [Fix] chmod a-x
191- [Fix] support keys starting with brackets (#202, #200)
192- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
193
194## **6.2.2**
195- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
196
197## **6.2.1**
198- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values
199- [Refactor] Be explicit and use `Object.prototype.hasOwnProperty.call`
200- [Tests] remove `parallelshell` since it does not reliably report failures
201- [Tests] up to `node` `v6.3`, `v5.12`
202- [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `qs-iconv`
203
204## [**6.2.0**](https://github.com/ljharb/qs/issues?milestone=36&state=closed)
205- [New] pass Buffers to the encoder/decoder directly (#161)
206- [New] add "encoder" and "decoder" options, for custom param encoding/decoding (#160)
207- [Fix] fix compacting of nested sparse arrays (#150)
208
209## **6.1.2
210- [Fix] follow `allowPrototypes` option during merge (#201, #200)
211- [Fix] chmod a-x
212- [Fix] support keys starting with brackets (#202, #200)
213- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
214
215## **6.1.1**
216- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
217
218## [**6.1.0**](https://github.com/ljharb/qs/issues?milestone=35&state=closed)
219- [New] allowDots option for `stringify` (#151)
220- [Fix] "sort" option should work at a depth of 3 or more (#151)
221- [Fix] Restore `dist` directory; will be removed in v7 (#148)
222
223## **6.0.4**
224- [Fix] follow `allowPrototypes` option during merge (#201, #200)
225- [Fix] chmod a-x
226- [Fix] support keys starting with brackets (#202, #200)
227- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds
228
229## **6.0.3**
230- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties
231- [Fix] Restore `dist` directory; will be removed in v7 (#148)
232
233## [**6.0.2**](https://github.com/ljharb/qs/issues?milestone=33&state=closed)
234- Revert ES6 requirement and restore support for node down to v0.8.
235
236## [**6.0.1**](https://github.com/ljharb/qs/issues?milestone=32&state=closed)
237- [**#127**](https://github.com/ljharb/qs/pull/127) Fix engines definition in package.json
238
239## [**6.0.0**](https://github.com/ljharb/qs/issues?milestone=31&state=closed)
240- [**#124**](https://github.com/ljharb/qs/issues/124) Use ES6 and drop support for node < v4
241
242## **5.2.1**
243- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values
244
245## [**5.2.0**](https://github.com/ljharb/qs/issues?milestone=30&state=closed)
246- [**#64**](https://github.com/ljharb/qs/issues/64) Add option to sort object keys in the query string
247
248## [**5.1.0**](https://github.com/ljharb/qs/issues?milestone=29&state=closed)
249- [**#117**](https://github.com/ljharb/qs/issues/117) make URI encoding stringified results optional
250- [**#106**](https://github.com/ljharb/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify
251
252## [**5.0.0**](https://github.com/ljharb/qs/issues?milestone=28&state=closed)
253- [**#114**](https://github.com/ljharb/qs/issues/114) default allowDots to false
254- [**#100**](https://github.com/ljharb/qs/issues/100) include dist to npm
255
256## [**4.0.0**](https://github.com/ljharb/qs/issues?milestone=26&state=closed)
257- [**#98**](https://github.com/ljharb/qs/issues/98) make returning plain objects and allowing prototype overwriting properties optional
258
259## [**3.1.0**](https://github.com/ljharb/qs/issues?milestone=24&state=closed)
260- [**#89**](https://github.com/ljharb/qs/issues/89) Add option to disable "Transform dot notation to bracket notation"
261
262## [**3.0.0**](https://github.com/ljharb/qs/issues?milestone=23&state=closed)
263- [**#80**](https://github.com/ljharb/qs/issues/80) qs.parse silently drops properties
264- [**#77**](https://github.com/ljharb/qs/issues/77) Perf boost
265- [**#60**](https://github.com/ljharb/qs/issues/60) Add explicit option to disable array parsing
266- [**#74**](https://github.com/ljharb/qs/issues/74) Bad parse when turning array into object
267- [**#81**](https://github.com/ljharb/qs/issues/81) Add a `filter` option
268- [**#68**](https://github.com/ljharb/qs/issues/68) Fixed issue with recursion and passing strings into objects.
269- [**#66**](https://github.com/ljharb/qs/issues/66) Add mixed array and object dot notation support Closes: #47
270- [**#76**](https://github.com/ljharb/qs/issues/76) RFC 3986
271- [**#85**](https://github.com/ljharb/qs/issues/85) No equal sign
272- [**#84**](https://github.com/ljharb/qs/issues/84) update license attribute
273
274## [**2.4.1**](https://github.com/ljharb/qs/issues?milestone=20&state=closed)
275- [**#73**](https://github.com/ljharb/qs/issues/73) Property 'hasOwnProperty' of object #<Object> is not a function
276
277## [**2.4.0**](https://github.com/ljharb/qs/issues?milestone=19&state=closed)
278- [**#70**](https://github.com/ljharb/qs/issues/70) Add arrayFormat option
279
280## [**2.3.3**](https://github.com/ljharb/qs/issues?milestone=18&state=closed)
281- [**#59**](https://github.com/ljharb/qs/issues/59) make sure array indexes are >= 0, closes #57
282- [**#58**](https://github.com/ljharb/qs/issues/58) make qs usable for browser loader
283
284## [**2.3.2**](https://github.com/ljharb/qs/issues?milestone=17&state=closed)
285- [**#55**](https://github.com/ljharb/qs/issues/55) allow merging a string into an object
286
287## [**2.3.1**](https://github.com/ljharb/qs/issues?milestone=16&state=closed)
288- [**#52**](https://github.com/ljharb/qs/issues/52) Return "undefined" and "false" instead of throwing "TypeError".
289
290## [**2.3.0**](https://github.com/ljharb/qs/issues?milestone=15&state=closed)
291- [**#50**](https://github.com/ljharb/qs/issues/50) add option to omit array indices, closes #46
292
293## [**2.2.5**](https://github.com/ljharb/qs/issues?milestone=14&state=closed)
294- [**#39**](https://github.com/ljharb/qs/issues/39) Is there an alternative to Buffer.isBuffer?
295- [**#49**](https://github.com/ljharb/qs/issues/49) refactor utils.merge, fixes #45
296- [**#41**](https://github.com/ljharb/qs/issues/41) avoid browserifying Buffer, for #39
297
298## [**2.2.4**](https://github.com/ljharb/qs/issues?milestone=13&state=closed)
299- [**#38**](https://github.com/ljharb/qs/issues/38) how to handle object keys beginning with a number
300
301## [**2.2.3**](https://github.com/ljharb/qs/issues?milestone=12&state=closed)
302- [**#37**](https://github.com/ljharb/qs/issues/37) parser discards first empty value in array
303- [**#36**](https://github.com/ljharb/qs/issues/36) Update to lab 4.x
304
305## [**2.2.2**](https://github.com/ljharb/qs/issues?milestone=11&state=closed)
306- [**#33**](https://github.com/ljharb/qs/issues/33) Error when plain object in a value
307- [**#34**](https://github.com/ljharb/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty
308- [**#24**](https://github.com/ljharb/qs/issues/24) Changelog? Semver?
309
310## [**2.2.1**](https://github.com/ljharb/qs/issues?milestone=10&state=closed)
311- [**#32**](https://github.com/ljharb/qs/issues/32) account for circular references properly, closes #31
312- [**#31**](https://github.com/ljharb/qs/issues/31) qs.parse stackoverflow on circular objects
313
314## [**2.2.0**](https://github.com/ljharb/qs/issues?milestone=9&state=closed)
315- [**#26**](https://github.com/ljharb/qs/issues/26) Don't use Buffer global if it's not present
316- [**#30**](https://github.com/ljharb/qs/issues/30) Bug when merging non-object values into arrays
317- [**#29**](https://github.com/ljharb/qs/issues/29) Don't call Utils.clone at the top of Utils.merge
318- [**#23**](https://github.com/ljharb/qs/issues/23) Ability to not limit parameters?
319
320## [**2.1.0**](https://github.com/ljharb/qs/issues?milestone=8&state=closed)
321- [**#22**](https://github.com/ljharb/qs/issues/22) Enable using a RegExp as delimiter
322
323## [**2.0.0**](https://github.com/ljharb/qs/issues?milestone=7&state=closed)
324- [**#18**](https://github.com/ljharb/qs/issues/18) Why is there arrayLimit?
325- [**#20**](https://github.com/ljharb/qs/issues/20) Configurable parametersLimit
326- [**#21**](https://github.com/ljharb/qs/issues/21) make all limits optional, for #18, for #20
327
328## [**1.2.2**](https://github.com/ljharb/qs/issues?milestone=6&state=closed)
329- [**#19**](https://github.com/ljharb/qs/issues/19) Don't overwrite null values
330
331## [**1.2.1**](https://github.com/ljharb/qs/issues?milestone=5&state=closed)
332- [**#16**](https://github.com/ljharb/qs/issues/16) ignore non-string delimiters
333- [**#15**](https://github.com/ljharb/qs/issues/15) Close code block
334
335## [**1.2.0**](https://github.com/ljharb/qs/issues?milestone=4&state=closed)
336- [**#12**](https://github.com/ljharb/qs/issues/12) Add optional delim argument
337- [**#13**](https://github.com/ljharb/qs/issues/13) fix #11: flattened keys in array are now correctly parsed
338
339## [**1.1.0**](https://github.com/ljharb/qs/issues?milestone=3&state=closed)
340- [**#7**](https://github.com/ljharb/qs/issues/7) Empty values of a POST array disappear after being submitted
341- [**#9**](https://github.com/ljharb/qs/issues/9) Should not omit equals signs (=) when value is null
342- [**#6**](https://github.com/ljharb/qs/issues/6) Minor grammar fix in README
343
344## [**1.0.2**](https://github.com/ljharb/qs/issues?milestone=2&state=closed)
345- [**#5**](https://github.com/ljharb/qs/issues/5) array holes incorrectly copied into object on large index