Skip to content

Commit

Permalink
Merge pull request #16 from piprate/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
kazarena authored Jan 16, 2019
2 parents e8f6c3a + cef9e70 commit cf8c697
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# JSON-goLD Change Log

## v0.2.0 - 2019-01-16

- JSON 1.1 support
- **Breaking interface change**: JsonLdOptions.Embed is now _string_ (used to be _bool_)
- Do not use native types to create IRIs in value expansion.
- Improve acceptable N-Quads blank node labels.
- Compact the @context array if it contains a single element
- Fix a bug which omitted the context if provided in a URL form
- Provide error message when output form for FromRDF operation is unknown
- Pass array compaction flag to compaction inside of framing

## v0.1.1 - 2018-12-12

- RFC7324 compliant caching
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This library aims to pass the official [test suite](https://json-ld.org/test-sui
- [JSON-LD 1.0 Processing Algorithms and API](http://www.w3.org/TR/2014/REC-json-ld-api-20140116/),
W3C Recommendation,
2014-01-16, and any [errata](http://www.w3.org/2014/json-ld-errata)
- [JSON-LD 1.1](https://json-ld.org/spec/FCGS/json-ld/20180607/,
- [JSON-LD 1.1](https://json-ld.org/spec/FCGS/json-ld/20180607/),
Final Community Group Report,
2018-06-07 or [newer JSON-LD latest](https://json-ld.org/spec/latest/json-ld/)
- [JSON-LD 1.1 Processing Algorithms and API](https://json-ld.org/spec/ED/json-ld-api/20180215/),
Expand Down

0 comments on commit cf8c697

Please sign in to comment.