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:IDcases)
v1.1.0 - 2024-01-16
Elixir versions < 1.12 are no longer supported
Added
- option
:xml_declarationonRDF.XML.encode/2andRDF.XML.stream/2to 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_idoption of the encoder now accepts a function which allows determining for everyRDF.Descriptionindividually 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:basespecified on therdf:RDFelement is stored in thebase_urifield 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