File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 15
15
16
16
### Changed
17
17
- Keep term definitions mapping to null so they may be protected.
18
+ - ** NOTE** : ` LINK_HEADER_REL ` in ` lib/constants.js ` has been deprecated and
19
+ renamed to ` LINK_HEADER_CONTEXT ` . It remains for now but will be removed in a
20
+ future release.
18
21
19
22
## 2.0.2 - 2020-01-17
20
23
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ const RDF = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#';
7
7
const XSD = 'http://www.w3.org/2001/XMLSchema#' ;
8
8
9
9
module . exports = {
10
+ // TODO: Deprecated and will be removed later. Use LINK_HEADER_CONTEXT.
11
+ LINK_HEADER_REL : 'http://www.w3.org/ns/json-ld#context' ,
12
+
10
13
LINK_HEADER_CONTEXT : 'http://www.w3.org/ns/json-ld#context' ,
11
14
12
15
RDF ,
You can’t perform that action at this time.
0 commit comments