File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# JSON-goLD Change Log
22
3+ ## v0.2.0 - 2019-01-16
4+
5+ - JSON 1.1 support
6+ - ** Breaking interface change** : JsonLdOptions.Embed is now _ string_ (used to be _ bool_ )
7+ - Do not use native types to create IRIs in value expansion.
8+ - Improve acceptable N-Quads blank node labels.
9+ - Compact the @context array if it contains a single element
10+ - Fix a bug which omitted the context if provided in a URL form
11+ - Provide error message when output form for FromRDF operation is unknown
12+ - Pass array compaction flag to compaction inside of framing
13+
314## v0.1.1 - 2018-12-12
415
516- RFC7324 compliant caching
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This library aims to pass the official [test suite](https://json-ld.org/test-sui
2020- [ JSON-LD 1.0 Processing Algorithms and API] ( http://www.w3.org/TR/2014/REC-json-ld-api-20140116/ ) ,
2121 W3C Recommendation,
2222 2014-01-16, and any [ errata] ( http://www.w3.org/2014/json-ld-errata )
23- - [ JSON-LD 1.1] (https://json-ld.org/spec/FCGS/json-ld/20180607/ ,
23+ - [ JSON-LD 1.1] ( https://json-ld.org/spec/FCGS/json-ld/20180607/ ) ,
2424 Final Community Group Report,
2525 2018-06-07 or [ newer JSON-LD latest] ( https://json-ld.org/spec/latest/json-ld/ )
2626- [ JSON-LD 1.1 Processing Algorithms and API] ( https://json-ld.org/spec/ED/json-ld-api/20180215/ ) ,
You can’t perform that action at this time.
0 commit comments