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 3fdd636 commit 29b83edCopy full SHA for 29b83ed
CHANGELOG.md
@@ -3,7 +3,8 @@
3
## 2.0.0 - 2019-xx-xx
4
5
### Changed
6
-- Default processing mode changed to json-ld-1.1.
+- Default processing mode changed to json-ld-1.1. Allows a 1.1 context to be
7
+ used after non-1.1 contexts.
8
9
### Removed
10
- **BREAKING**: Remove callback API support. This includes removing support
tests/test-common.js
@@ -116,9 +116,6 @@ const TEST_TYPES = {
116
specVersion: ['json-ld-1.0'],
117
// FIXME
118
idRegex: [
119
- // mode
120
- /expand-manifest.jsonld#tp001$/,
121
- /expand-manifest.jsonld#tp002$/,
122
// Don't double-expand an already expanded graph
123
/expand-manifest.jsonld#t0081$/,
124
// Double-expand an already expanded graph
0 commit comments