Skip to content

Commit c2fa5d7

Browse files
committedJan 21, 2021
Update rdf-canonize.
1 parent 552e857 commit c2fa5d7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# jsonld ChangeLog
22

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+
313
## 3.2.0 - 2020-10-13
414

515
### Fixed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"canonicalize": "^1.0.1",
3434
"lru-cache": "^5.1.1",
3535
"object.fromentries": "^2.0.2",
36-
"rdf-canonize": "^1.0.2",
36+
"rdf-canonize": "^2.0.1",
3737
"request": "^2.88.0",
3838
"semver": "^6.3.0",
3939
"xmldom": "0.1.19"

0 commit comments

Comments
 (0)
Please sign in to comment.