Allow RDF.PropertMaps as contexts

This commit is contained in:
Marcel Otto 2022-04-22 22:25:24 +02:00
commit 53631c6425
3 changed files with 34 additions and 8 deletions

View file

@ -14,8 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
### Changed
- context maps can be given now with atom keys to `JSON.LD.context/2` and
`JSON.LD.compact/3`
- context maps can be given now with atom keys or as `RDF.PropertyMap` to
`JSON.LD.context/2` and `JSON.LD.compact/3`
[Compare v0.3.4...HEAD](https://github.com/rdf-elixir/jsonld-ex/compare/v0.3.4...HEAD)