Add :context option on JSON.LD.Encoder
This commit is contained in:
parent
d6cda29cea
commit
851a1b0c19
6 changed files with 186 additions and 14 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
|
||||
|
||||
- the `JSON.LD.Encoder` now supports implicit compaction by providing a context
|
||||
as a map or a URL string for a remote context with the new `:context` option
|
||||
|
||||
[Compare v0.3.4...HEAD](https://github.com/rdf-elixir/jsonld-ex/compare/v0.3.4...HEAD)
|
||||
|
||||
|
||||
|
||||
## 0.3.4 - 2021-12-13
|
||||
|
||||
Elixir versions < 1.10 are no longer supported
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue