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 3dcb33f commit d67c316Copy full SHA for d67c316
CHANGELOG.md
@@ -12,13 +12,18 @@
12
whitespace.
13
- Terms of the form of an IRI must map to the same IRI.
14
- Terms of the form of a relative IRI may not be used as prefixes.
15
+- Keywords may not be used as prefixes.
16
17
### Changed
18
- Keep term definitions mapping to null so they may be protected.
19
- **NOTE**: `LINK_HEADER_REL` in `lib/constants.js` has been deprecated and
20
renamed to `LINK_HEADER_CONTEXT`. It remains for now but will be removed in a
21
future release.
22
23
+### Added
24
+- Added support for `@included` blocks
25
+- Skip things that have the form of a keyword, with warning.
26
+
27
## 2.0.2 - 2020-01-17
28
29
### Fixed
0 commit comments