File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# jsonld ChangeLog
2
2
3
+ ### Changed
4
+ - Update ` rdf-canonize ` to 2.0.1.
5
+ - ** NOTE** : The ` rdf-canonize ` update changes browser support and removes forge
6
+ in favor of the WebCrypto ` crypto.subtle ` API. A WebCrypto polyfill * may* be
7
+ required if a jsonld.js API is used that calls ` rdf-canonize ` . The polyfill
8
+ is needed if older browsers are targeted or when not using a secure context
9
+ on some modern browsers. Due to other concerns and the expected minimal
10
+ impact of this change, it is happening in a minor release. Please provide
11
+ feedback if this decision causes problems.
12
+
3
13
## 3.2.0 - 2020-10-13
4
14
5
15
### Fixed
Original file line number Diff line number Diff line change 33
33
"canonicalize" : " ^1.0.1" ,
34
34
"lru-cache" : " ^5.1.1" ,
35
35
"object.fromentries" : " ^2.0.2" ,
36
- "rdf-canonize" : " ^1 .0.2 " ,
36
+ "rdf-canonize" : " ^2 .0.1 " ,
37
37
"request" : " ^2.88.0" ,
38
38
"semver" : " ^6.3.0" ,
39
39
"xmldom" : " 0.1.19"
You can’t perform that action at this time.
0 commit comments