Skip to content

Commit 6ba3efe

Browse files
committed
Update changelog.
1 parent ca37682 commit 6ba3efe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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 `[]`).

0 commit comments

Comments
 (0)