We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a040b commit b896cb3Copy full SHA for b896cb3
CHANGELOG.md
@@ -4,7 +4,12 @@
4
5
### Changed
6
- **BREAKING**: By default, set safe mode to `true` and `base` to
7
- `null` in `canonize`.
+ `null` in `canonize`. Applications that were previously
8
+ canonizing data may see new errors if their data did not fully
9
+ define terms or used relative URLs that would be dropped when
10
+ converting to canonized RDF. Now these situations are caught
11
+ via `safe` mode by default, informing the developer that they
12
+ need to fix their data.
13
14
## 7.0.0 - 2022-08-16
15
0 commit comments