File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
## ** 6.13.1**
2
- [ Fix] ` stringify ` : avoid a crash when a ` filter ` key is ` null `
3
- [ Fix] ` utils.merge ` : functions should not be stringified into keys
4
- [ Fix] ` parse ` : avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
5
- [ Fix] ` stringify ` : ensure a non-string ` filter ` does not crash
6
- [ Refactor] use ` __proto__ ` syntax instead of ` Object.create ` for null objects
7
- [ Refactor] misc cleanup
8
- [ Tests] ` utils.merge ` : add some coverage
9
- [ Tests] fix a test case
10
- [ actions] split out node 10-20, and 20+
11
- [ Dev Deps] update ` es-value-fixtures ` , ` mock-property ` , ` object-inspect ` , ` tape `
2
+ - [ Fix] ` stringify ` : avoid a crash when a ` filter ` key is ` null `
3
+ - [ Fix] ` utils.merge ` : functions should not be stringified into keys
4
+ - [ Fix] ` parse ` : avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
5
+ - [ Fix] ` stringify ` : ensure a non-string ` filter ` does not crash
6
+ - [ Refactor] use ` __proto__ ` syntax instead of ` Object.create ` for null objects
7
+ - [ Refactor] misc cleanup
8
+ - [ Tests] ` utils.merge ` : add some coverage
9
+ - [ Tests] fix a test case
10
+ - [ actions] split out node 10-20, and 20+
11
+ - [ Dev Deps] update ` es-value-fixtures ` , ` mock-property ` , ` object-inspect ` , ` tape `
12
12
13
13
## ** 6.13.0**
14
14
- [ New] ` parse ` : add ` strictDepth ` option (#511 )
You can’t perform that action at this time.
0 commit comments