Skip to content

Commit 4cc653c

Browse files
committed
v6.6.1
1 parent 5a8c870 commit 4cc653c

File tree

3 files changed

+161
-90
lines changed

3 files changed

+161
-90
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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+
127
## **6.6.0**
228
- [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities (#268)
329
- [New] move two-value combine to a `utils` function (#189)

0 commit comments

Comments
 (0)