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