View Source Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
v1.2.0 - 2024-08-07
This version upgrades to RDF.ex v2.0.
Elixir versions < 1.13 and OTP version < 23 are no longer supported.
v1.1.1 - 2024-03-18
Added
- optimizations of relative URI resolution against the base URI
(in non-
rdf:ID
cases)
v1.1.0 - 2024-01-16
Elixir versions < 1.12 are no longer supported
Added
- option
:xml_declaration
onRDF.XML.encode/2
andRDF.XML.stream/2
to customize or omit the generation of the XML declaration
Fixed
- inconsistent encodings with OTP 26 by generally enforcing alphanumeric ordering of namespace declarations during encoding
v1.0.0 - 2022-11-03
This version is just upgraded to RDF.ex v1.0.
Elixir versions < 1.11 are no longer supported
v0.1.5 - 2021-12-23
This version just fixes the RDF.ex dependency specification to support RDF.ex v0.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