All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
Elixir versions < 1.15 and OTP version < 24 are no longer supported.
- optimization of
rdf:ID/rdf:nodeIDhandling
This version upgrades to RDF.ex v2.0.
Elixir versions < 1.13 and OTP version < 23 are no longer supported.
- optimizations of relative URI resolution against the base URI
(in non-
rdf:IDcases)
Elixir versions < 1.12 are no longer supported
- option
:xml_declarationonRDF.XML.encode/2andRDF.XML.stream/2to customize or omit the generation of the XML declaration
- inconsistent encodings with OTP 26 by generally enforcing alphanumeric ordering of namespace declarations during encoding
This version is just upgraded to RDF.ex v1.0.
Elixir versions < 1.11 are no longer supported
This version just fixes the RDF.ex dependency specification to support RDF.ex v0.10.
Elixir versions < 1.10 are no longer supported
- encoding of typed literals failed when a base URI was present
- the
:use_rdf_idoption of the encoder now accepts a function which allows determining for everyRDF.Descriptionindividually if it should be encoded withrdf:ID
- 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
- a bug which prevented some valid RDF/XML serializations from successful decoding
- the
xml:basespecified on therdf:RDFelement is stored in thebase_urifield of the decodedRDF.Graph
- when encoding to a stream in string mode not all elements where strings (some were still iolists)
Initial release