File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 11# devalue changelog
22
3+ ## 3.0.0
4+
5+ - Convert to ESM
6+ - Change ` import devalue ` to ` import { devalue } `
7+ - Support ` BigInt `
8+
39## 2.0.1
410
5- * Prevent regex XSS vulnerability in non-Node environments
11+ - Prevent regex XSS vulnerability in non-Node environments
612
713## 2.0.0
814
9- * Change license to MIT
15+ - Change license to MIT
1016
1117## 1.1.1
1218
13- * Prevent object key XSS vulnerability ([ #19 ] ( https://github.com/Rich-Harris/devalue/issues/19 ) )
19+ - Prevent object key XSS vulnerability ([ #19 ] ( https://github.com/Rich-Harris/devalue/issues/19 ) )
1420
1521## 1.1.0
1622
17- * Escape lone surrogates ([ #13 ] ( https://github.com/Rich-Harris/devalue/issues/13 ) )
23+ - Escape lone surrogates ([ #13 ] ( https://github.com/Rich-Harris/devalue/issues/13 ) )
1824
1925## 1.0.4
2026
21- * Smaller output ([ #10 ] ( https://github.com/Rich-Harris/devalue/pull/10 ) )
27+ - Smaller output ([ #10 ] ( https://github.com/Rich-Harris/devalue/pull/10 ) )
2228
2329## 1.0.3
2430
25- * Detect POJOs cross-realm ([ #7 ] ( https://github.com/Rich-Harris/devalue/pull/7 ) )
26- * Error on symbolic keys ([ #7 ] ( https://github.com/Rich-Harris/devalue/pull/7 ) )
31+ - Detect POJOs cross-realm ([ #7 ] ( https://github.com/Rich-Harris/devalue/pull/7 ) )
32+ - Error on symbolic keys ([ #7 ] ( https://github.com/Rich-Harris/devalue/pull/7 ) )
2733
2834## 1.0.2
2935
30- * Fix global name for UMD build
36+ - Fix global name for UMD build
3137
3238## 1.0.1
3339
34- * XSS mitigation ([ #1 ] ( https://github.com/Rich-Harris/devalue/issues/1 ) )
40+ - XSS mitigation ([ #1 ] ( https://github.com/Rich-Harris/devalue/issues/1 ) )
3541
3642## 1.0.0
3743
38- * First release
44+ - First release
You can’t perform that action at this time.
0 commit comments