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 1
1
# devalue changelog
2
2
3
+ ## 3.0.0
4
+
5
+ - Convert to ESM
6
+ - Change ` import devalue ` to ` import { devalue } `
7
+ - Support ` BigInt `
8
+
3
9
## 2.0.1
4
10
5
- * Prevent regex XSS vulnerability in non-Node environments
11
+ - Prevent regex XSS vulnerability in non-Node environments
6
12
7
13
## 2.0.0
8
14
9
- * Change license to MIT
15
+ - Change license to MIT
10
16
11
17
## 1.1.1
12
18
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 ) )
14
20
15
21
## 1.1.0
16
22
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 ) )
18
24
19
25
## 1.0.4
20
26
21
- * Smaller output ([ #10 ] ( https://github.com/Rich-Harris/devalue/pull/10 ) )
27
+ - Smaller output ([ #10 ] ( https://github.com/Rich-Harris/devalue/pull/10 ) )
22
28
23
29
## 1.0.3
24
30
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 ) )
27
33
28
34
## 1.0.2
29
35
30
- * Fix global name for UMD build
36
+ - Fix global name for UMD build
31
37
32
38
## 1.0.1
33
39
34
- * XSS mitigation ([ #1 ] ( https://github.com/Rich-Harris/devalue/issues/1 ) )
40
+ - XSS mitigation ([ #1 ] ( https://github.com/Rich-Harris/devalue/issues/1 ) )
35
41
36
42
## 1.0.0
37
43
38
- * First release
44
+ - First release
You can’t perform that action at this time.
0 commit comments