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