File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# devalue changelog
22
3+ ## 5.1.0
4+
5+ - Handle typed arrays and array buffers ([ #69 ] ( https://github.com/Rich-Harris/devalue/pull/69 ) )
6+ - Add ` sideEffects: false ` to ` package.json ` ([ #81 ] ( https://github.com/Rich-Harris/devalue/pull/81 ) )
7+ - Better errors when keys are invalid identifiers ([ #82 ] ( https://github.com/Rich-Harris/devalue/pull/82 ) )
8+
39## 5.0.0
410
511- Ignore non-enumerable symbolic keys ([ #78 ] ( https://github.com/Rich-Harris/devalue/pull/78 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " devalue" ,
33 "description" : " Gets the job done when JSON.stringify can't" ,
4- "version" : " 5.0 .0" ,
4+ "version" : " 5.1 .0" ,
55 "repository" : " Rich-Harris/devalue" ,
66 "sideEffects" : false ,
77 "exports" : {
You can’t perform that action at this time.
0 commit comments