Skip to content

Releases: oxigraph/rio

v0.6.0

03 Jul 09:58
@Tpt Tpt
Compare
Choose a tag to compare

Adds support of RDF-star concrete syntaxes parsing.

The RDF/XML parser now keeps whitespaces at the beginning and end of literals values.

v0.5.3

10 Mar 13:29
@Tpt Tpt
Compare
Choose a tag to compare

Fixes rio_xml web assembly compilation and adds custom XML entities support to the RDF/XML parser.

v0.5.2

19 Feb 08:28
@Tpt Tpt
Compare
Choose a tag to compare

Adds indented formatting to RDF/XML and fixed a bug where there was ":" in RDF/XML local names serialization.

Upgrades quick_xml dependency.

v0.5.1

01 Jan 12:05
@Tpt Tpt
Compare
Choose a tag to compare

Upgrades quick_xml dependency and improves code style.

v0.5.0

08 Aug 07:40
@Tpt Tpt
Compare
Choose a tag to compare

Moves language_tag and iri from rio_api to stand-alone crates (oxiri and oxilangtag), adds Sophia adapters and improves parser constructors.

v0.4.2

04 Apr 11:34
@Tpt Tpt
Compare
Choose a tag to compare

Adds the LanguageTag struct for language tag validation and fixes look-ahead bug in Turtle parser.

v0.4.1

19 Mar 04:45
@Tpt Tpt
Compare
Choose a tag to compare

Improves IRI resolver and upgrades quick-xml

v0.4.0

07 Jan 17:09
@Tpt Tpt
Compare
Choose a tag to compare

Fourth release. Adds generalized RDF support and full IRI validation.

v0.3.1

02 Sep 12:51
@Tpt Tpt
Compare
Choose a tag to compare

Adds Iri::as_str and Display implementation to rio_api::Iri.

v0.3.0

28 Aug 15:39
@Tpt Tpt
Compare
Choose a tag to compare

Third release. Adds formatters and public IRI related utilities.