Skip to content

Commit 29b83ed

Browse files
gkelloggdavidlehn
authored andcommitted
Don't default processingMode to 1.0.
(Fixes expand-manifest.jsonld#tp001 and expand-manifest.jsonld#tp002$)
1 parent 3fdd636 commit 29b83ed

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## 2.0.0 - 2019-xx-xx
44

55
### Changed
6-
- Default processing mode changed to json-ld-1.1.
6+
- Default processing mode changed to json-ld-1.1. Allows a 1.1 context to be
7+
used after non-1.1 contexts.
78

89
### Removed
910
- **BREAKING**: Remove callback API support. This includes removing support

tests/test-common.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ const TEST_TYPES = {
116116
specVersion: ['json-ld-1.0'],
117117
// FIXME
118118
idRegex: [
119-
// mode
120-
/expand-manifest.jsonld#tp001$/,
121-
/expand-manifest.jsonld#tp002$/,
122119
// Don't double-expand an already expanded graph
123120
/expand-manifest.jsonld#t0081$/,
124121
// Double-expand an already expanded graph

0 commit comments

Comments
 (0)