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 94cc807 commit 3245f7eCopy full SHA for 3245f7e
CHANGELOG.md
@@ -1,19 +1,18 @@
1
# jsonld ChangeLog
2
3
+### Added
4
+- Added support for `@included` blocks
5
+- Skip things that have the form of a keyword, with warning.
6
+
7
### Fixed
8
- More support for `"@type": "@none"`.
9
- JSON literal value handling issues (`null` and `[]`).
10
+- Keywords may not be used as prefixes.
11
12
## 2.0.1 - 2019-12-10
13
-### Added
-- Added support for `@included` blocks
-- Skip things that have the form of a keyword, with warning.
-
14
15
- JSON literal value handling issues.
-- Keywords may not be used as prefixes.
16
17
18
## 2.0.0 - 2019-12-09
19
0 commit comments