File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
### Changed
39
39
- [ rdf-canonize] [ ] updated:
40
- - ** BREAKING** : A fix was applied that makes the canoncial output format
40
+ - ** BREAKING** : A fix was applied that makes the canonical output format
41
41
properly match the N-Triples canoncial format. This fixes the format to no
42
42
longer escape tabs in literals. This may cause canonical output from
43
43
` jsonld.normalize() ` /` jsonld.canonize() ` to differ from previous versions
228
228
### Changed
229
229
- ** BREAKING** : Use RDF JS (rdf.js.org) interfaces for internal
230
230
representation of dataset and quads. This should only break
231
- code that was using undocumented internal datastructures ,
231
+ code that was using undocumented internal data structures ,
232
232
backwards-compat code exists to handle external RDF parsers.
233
233
- Update ` rdf-canonize ` to dependency with native support.
234
234
457
457
- "request" extension moved to [ jsonld-request] [ ] . This was done to simplify
458
458
the core JSON-LD processing library. In particular, the extension pulled in
459
459
RDFa processing code and related dependencies. The old method of using this
460
- exension of ` jsonld.use('request') ` is deprecated in favor of using the new
460
+ extension of ` jsonld.use('request') ` is deprecated in favor of using the new
461
461
module directly.
462
462
- The ` jsonld ` tool moved to [ jsonld-cli] [ ] . This was also done to simplify the
463
463
core JSON-LD processing library and because it uses the [ jsonld-request] [ ]
You can’t perform that action at this time.
0 commit comments