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 1515
1616### Changed
1717- 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.
1821
1922## 2.0.2 - 2020-01-17
2023
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#';
77const XSD = 'http://www.w3.org/2001/XMLSchema#' ;
88
99module . 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+
1013 LINK_HEADER_CONTEXT : 'http://www.w3.org/ns/json-ld#context' ,
1114
1215 RDF ,
You can’t perform that action at this time.
0 commit comments