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 1
1
# devalue changelog
2
2
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
+
3
9
## 5.0.0
4
10
5
11
- Ignore non-enumerable symbolic keys ([ #78 ] ( https://github.com/Rich-Harris/devalue/pull/78 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " devalue" ,
3
3
"description" : " Gets the job done when JSON.stringify can't" ,
4
- "version" : " 5.0 .0" ,
4
+ "version" : " 5.1 .0" ,
5
5
"repository" : " Rich-Harris/devalue" ,
6
6
"sideEffects" : false ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments