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 f0d80f1 commit c6b1decCopy full SHA for c6b1dec
CHANGELOG.md
@@ -5,11 +5,6 @@
5
- JSON literal value handling issues (`null` and `[]`).
6
- Always pass typeScopedContext to _expandObject.
7
- Allow a keyword to exist when expanding in _expandObject when the key is `@included` or `@type`.
8
-
9
-## 2.0.1 - 2019-12-10
10
11
-### Fixed
12
-- JSON literal value handling issues.
13
- Do minimal checking to see if IRIs are valid by making sure they contain
14
no whitespace.
15
- Terms of the form of an IRI must map to the same IRI.
@@ -18,6 +13,12 @@
18
### Changed
19
- Keep term definitions mapping to null so they may be protected.
20
16
+
17
+## 2.0.1 - 2019-12-10
+### Fixed
+- JSON literal value handling issues.
21
22
## 2.0.0 - 2019-12-09
23
24
### Notes
0 commit comments