Skip to content

Commit

Permalink
Prepare release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Apr 26, 2022
1 parent ad61223 commit e54dec5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).


## Unreleased
## 0.3.5 - 2022-04-26

### 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
as a map, a `RDF.PropertyMap` or a URL string for a remote context with the
new `:context` option

### Changed

- context maps can be given now with atom keys or as `RDF.PropertyMap` to
- context maps can be given now with atom keys or as a `RDF.PropertyMap` to
`JSON.LD.context/2` and `JSON.LD.compact/3`
- the base IRI of a `RDF.Graph` or the `RDF.default_base_iri/0` is used as the
default `:base` in the `JSON.LD.Encoder`
- `RDF.Vocabulary.Namespace` modules can be set as base IRI


[Compare v0.3.4...HEAD](https://github.com/rdf-elixir/jsonld-ex/compare/v0.3.4...HEAD)
[Compare v0.3.4...v0.3.5](https://github.com/rdf-elixir/jsonld-ex/compare/v0.3.4...v0.3.5)



Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.5-pre
0.3.5

0 comments on commit e54dec5

Please sign in to comment.