Add handling of RDF.Graphs and RDF.Descriptions to JSON.LD.Encoder
This commit is contained in:
parent
0dd6e28c8c
commit
b9f2205243
5 changed files with 27 additions and 11 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
|
|||
[Keep a CHANGELOG](http://keepachangelog.com).
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- JSON-LD encoder can handle `RDF.Graph`s and `RDF.Description`s
|
||||
|
||||
|
||||
[Compare v0.2.1...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.1...HEAD)
|
||||
|
||||
|
||||
|
||||
## 0.2.1 - 2018-03-10
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue