Skip to content

Commit cf8c697

Browse files
authored
Merge pull request #16 from piprate/v0.2.0
v0.2.0
2 parents e8f6c3a + cef9e70 commit cf8c697

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/),

0 commit comments

Comments
 (0)