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