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 855e377 commit 8589701Copy full SHA for 8589701
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# jsonld ChangeLog
2
3
+## 1.6.2 - 2019-05-xx
4
+- Allow overriding of protected terms when redefining to the same
5
+ definition, modulo the `protected` flag itself.
6
+- Fix type-scoped context application:
7
+ - Ensure values and subject references are expanded and compacted
8
+ using type-scoped contexts, if available.
9
+ - Ensure `@type` values are evaluated against the previous context,
10
+ not the type-scoped context.
11
+
12
## 1.6.1 - 2019-05-13
13
14
### Fixed
0 commit comments