Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 2.0.0 - 2019-xx-xx

### Changed
- 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
used after non-1.1 contexts.

### Removed
- **BREAKING**: Remove callback API support. This includes removing support
Expand Down
6 changes: 0 additions & 6 deletions tests/test-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ const TEST_TYPES = {
specVersion: ['json-ld-1.0'],
// FIXME
idRegex: [
// mode
/expand-manifest.jsonld#tp001$/,
/expand-manifest.jsonld#tp002$/,
// Don't double-expand an already expanded graph
/expand-manifest.jsonld#t0081$/,
// Double-expand an already expanded graph
Expand Down Expand Up @@ -484,9 +481,6 @@ const TEST_TYPES = {
/toRdf-manifest.jsonld#te110$/,
/toRdf-manifest.jsonld#te111$/,
/toRdf-manifest.jsonld#te112$/,
// processing
/toRdf-manifest.jsonld#tp001$/,
/toRdf-manifest.jsonld#tp002$/,
// index maps
/toRdf-manifest.jsonld#tpi05$/,
/toRdf-manifest.jsonld#tpi06$/,
Expand Down