Releases: oxigraph/oxiri
Releases · oxigraph/oxiri
v0.2.11
19 Jan 13:48
Compare
Sorry, something went wrong.
No results found
Resolve: do not remove dot segment if a scheme or an authority is present for consistency with parse.
v0.2.10
17 Jan 20:28
Compare
Sorry, something went wrong.
No results found
Resolve: properly normalize relative paths starting with . or ..
Relativize: make use of . and do not always use absolute path if there is a candidate relative path containing /
v0.2.9
21 Dec 18:26
Compare
Sorry, something went wrong.
No results found
Relativize: avoid panic in case of shared UTF-8 prefix
v0.2.8
19 Oct 18:34
Compare
Sorry, something went wrong.
No results found
Fixes relativize on IRIs with a scheme and nothing else.
v0.2.7
19 Oct 09:11
Compare
Sorry, something went wrong.
No results found
Fixes relative IRI resolution when there is no authority but a path starting with "/".
v0.2.6
18 Oct 18:06
Compare
Sorry, something went wrong.
No results found
Fixes relativize on hierarchical paths without authority and starting slash.
v0.2.5
03 Oct 05:22
Compare
Sorry, something went wrong.
No results found
Adds Iri::relativize to build a relative IRI from a base IRI and an absolute IRI.
v0.2.4
21 Aug 19:26
Compare
Sorry, something went wrong.
No results found
ipvFuture are now allowed and some characters are now disallowed in some places to follow RFC 3987.
v0.2.3
23 Mar 17:22
Compare
Sorry, something went wrong.
No results found
Adds _unchecked methods for faster parsing/resolving if the IRI is known to be valid.
v0.2.2
27 Mar 16:47
Compare
Sorry, something went wrong.
No results found
Iri and IriRef now implement Serde Serialize and Deserialize traits if the serde crate is present. The serialization is a plain string.