Change Log View Source
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
v0.1.5 - 2021-12-23
This version just fixes the RDF.ex dependency specification to support RDF.ex 0.10.
Elixir versions < 1.10 are no longer supported
v0.1.4 - 2021-05-21
Fixed
- encoding of typed literals failed when a base URI was present
v0.1.3 - 2021-03-12
Added
- the
:use_rdf_id
option of the encoder now accepts a function which allows determining for everyRDF.Description
individually if it should be encoded withrdf:ID
Fixed
- a bug in the decoder introduced by the changes in the last version causing production of erroneous empty strings as objects when property attributes on a nested blank nodes are used
v0.1.2 - 2021-03-09
Fixed
- a bug which prevented some valid RDF/XML serializations from successful decoding
v0.1.1 - 2021-02-12
Changed
- the
xml:base
specified on therdf:RDF
element is stored in thebase_uri
field of the decodedRDF.Graph
Fixed
- when encoding to a stream in string mode not all elements where strings (some were still iolists)
v0.1.0 - 2020-11-16
Initial release