|
238 | 238 |
|
239 | 239 | ## **6.5.3**
|
240 | 240 | - [Fix] `parse`: ignore `__proto__` keys (#428)
|
241 |
| -- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source |
| 241 | +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source |
242 | 242 | - [Fix] correctly parse nested arrays
|
243 | 243 | - [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
|
244 | 244 | - [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
|
|
291 | 291 | - [Fix] fix for an impossible situation: when the formatter is called with a non-string value
|
292 | 292 | - [Fix] use `safer-buffer` instead of `Buffer` constructor
|
293 | 293 | - [Fix] `utils.merge`: avoid a crash with a null target and an array source
|
294 |
| -- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source |
| 294 | +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source |
295 | 295 | - [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
|
296 | 296 | - [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
|
297 | 297 | - [Fix] when `parseArrays` is false, properly handle keys ending in `[]`
|
|
320 | 320 | - [Fix] `parse`: ignore `__proto__` keys (#428)
|
321 | 321 | - [Fix] fix for an impossible situation: when the formatter is called with a non-string value
|
322 | 322 | - [Fix] `utils.merge`: avoid a crash with a null target and an array source
|
323 |
| -- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source |
| 323 | +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source |
324 | 324 | - [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279)
|
325 | 325 | - [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided
|
326 | 326 | - [Fix] when `parseArrays` is false, properly handle keys ending in `[]`
|
|
0 commit comments