|
| 1 | +## **6.6.1** |
| 2 | +- [Fix] `parse`: ignore `__proto__` keys (#428) |
| 3 | +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value |
| 4 | +- [Fix] `utils.merge`: avoid a crash with a null target and an array source |
| 5 | +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source |
| 6 | +- [Fix] correctly parse nested arrays |
| 7 | +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) |
| 8 | +- [Robustness] `stringify`: cache `Object.prototype.hasOwnProperty` |
| 9 | +- [Refactor] `formats`: tiny bit of cleanup. |
| 10 | +- [Refactor] `utils`: `isBuffer`: small tweak; add tests |
| 11 | +- [Refactor]: `stringify`/`utils`: cache `Array.isArray` |
| 12 | +- [Refactor] `utils`: reduce observable [[Get]]s |
| 13 | +- [Refactor] use cached `Array.isArray` |
| 14 | +- [Refactor] `parse`/`stringify`: make a function to normalize the options |
| 15 | +- [readme] remove travis badge; add github actions/codecov badges; update URLs |
| 16 | +- [Docs] Clarify the need for "arrayLimit" option |
| 17 | +- [meta] fix README.md (#399) |
| 18 | +- [meta] do not publish workflow files |
| 19 | +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause |
| 20 | +- [meta] add FUNDING.yml |
| 21 | +- [meta] Fixes typo in CHANGELOG.md |
| 22 | +- [actions] backport actions from main |
| 23 | +- [Tests] fix Buffer tests to work in node < 4.5 and node < 5.10 |
| 24 | +- [Tests] always use `String(x)` over `x.toString()` |
| 25 | +- [Dev Deps] backport from main |
| 26 | + |
1 | 27 | ## **6.6.0**
|
2 | 28 | - [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities (#268)
|
3 | 29 | - [New] move two-value combine to a `utils` function (#189)
|
|
0 commit comments