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 f1ee12f commit 83a00eeCopy full SHA for 83a00ee
CHANGELOG.md
@@ -33,6 +33,8 @@
33
- `pruneBlankNodeIdentifiers` based on processingMode.
34
- `omitGraph` based on processingMode.
35
- Replaced `removePreserve` with `cleanupPreserve` and `cleanupNulls`.
36
+- Update calls to `documentLoader` to pass options.
37
+- Pass `requestProfile` in `Accept` header when loading documents.
38
39
### Added
40
- Support for `"@import"`.
@@ -58,13 +60,6 @@
58
60
59
61
## 2.0.1 - 2019-12-10
62
-### Added
-- Support for extracting JSON-LD from HTML, when the xmldom package is loaded.
63
-
64
-### Changed
65
-- Update calls to documentLoader to pass options
66
-- Pass requestProfile in Accept header when loading documents
67
68
### Fixed
69
- JSON literal value handling issues.
70
0 commit comments