We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45ef6d commit 157c318Copy full SHA for 157c318
CHANGELOG.md
@@ -20,6 +20,8 @@
20
- **NOTE**: `LINK_HEADER_REL` in `lib/constants.js` has been deprecated and
21
renamed to `LINK_HEADER_CONTEXT`. It remains for now but will be removed in a
22
future release.
23
+- Update calls to `documentLoader` to pass options.
24
+- Pass `requestProfile` in `Accept` header when loading documents.
25
26
### Added
27
- Support for `"@import"`.
@@ -42,13 +44,6 @@
42
44
43
45
## 2.0.1 - 2019-12-10
46
-### Added
-- Support for extracting JSON-LD from HTML, when the xmldom package is loaded.
47
-
48
-### Changed
49
-- Update calls to documentLoader to pass options
50
-- Pass requestProfile in Accept header when loading documents
51
52
### Fixed
53
- JSON literal value handling issues.
54
0 commit comments