File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# jsonld ChangeLog
22
3+ ### Notes
4+ - This release adds support for a majority of JSON-LD 1.1. Significant thanks
5+ goes to Gregg Kellogg!
6+ - ** BREAKING** : A notable change is that the framing ` omitGraph ` default
7+ changed to match the JSON-LD 1.1 Framing spec. This is likely to cause issues
8+ in most current uses of ` frame() ` . Result handling similar to
9+ ` framed['@graph'][0] ` will have to be changed. Check your code.
10+ - The spec calls for various situations to issue warnings. This is currently
11+ done with ` console.warn ` . This will be replaced by a new event notification
12+ API in an upcoming release.
13+
314### Fixed
415- More support for ` "@type": "@none" ` .
516- JSON literal value handling issues (` null ` and ` [] ` ).
You can’t perform that action at this time.
0 commit comments