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 31f192d commit 9d5ec19Copy full SHA for 9d5ec19
CHANGELOG.md
@@ -63,6 +63,8 @@
63
- `omitGraph` based on processingMode.
64
- Replaced `removePreserve` with `cleanupPreserve` and `cleanupNulls`.
65
- Remove unused framing `graphStack` code that was removed from the spec.
66
+- Update calls to `documentLoader` to pass options.
67
+- Pass `requestProfile` in `Accept` header when loading documents.
68
69
### Added
70
- Support for `"@import"`.
@@ -88,13 +90,6 @@
88
90
89
91
## 2.0.1 - 2019-12-10
92
-### Added
-- Support for extracting JSON-LD from HTML, when the xmldom package is loaded.
93
-
94
-### Changed
95
-- Update calls to documentLoader to pass options
96
-- Pass requestProfile in Accept header when loading documents
97
98
### Fixed
99
- JSON literal value handling issues.
100
0 commit comments