Releases: oxigraph/oxiri
Releases · oxigraph/oxiri
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Changed
- Fixes a regression in relative IRI parsing when there is only a host without a training slash. For example
foo
is now resolved againsthttp://example.org
ashttp://example.org/foo
and not anymore ashttp://example.orgfoo
. - The validation of unicode character is now carefully following RFC 3987:
- Some private use characters are not anymore allowed in path and fragment.
- Some surrogates are not allowed anymore in query.
- The range F900-FDEF is now allowed in path and fragment following the RFC.
v0.2.0
Added
IriRef
type that provides the same API asIri
but for relative IRIs.PartialOrder
implementations betweenIri
s with different container types.
Changed
- Fixes path resolution: the resolver should return
tag:c-d
and nottag:/c-d
when resolvingc-d
againsttag:a-b
. - Relative IRIs are not anymore allowed to start with a column
:
. iprivate
characters (%xE000-F8FF / %xF0000-FFFFD / %x100000-10FFFD
) are not allowed anymore as part of the IRI query component following RFC 3987.