版本发布 8
v0.2.11
? · 2025-01-19
- Resolve: do not remove dot segment if a scheme or an authority is present for consistency with parse.
v0.2.10
? · 2025-01-17
- 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
? · 2024-12-21
Relativize: avoid panic in case of shared UTF-8 prefix
v0.2.8
? · 2024-10-19
Fixes relativize on IRIs with a scheme and nothing else.
v0.2.7
? · 2024-10-19
Fixes relative IRI resolution when there is no authority but a path starting with "/".
v0.2.6
? · 2024-10-18
v0.2.5
? · 2024-10-03
Adds `Iri::relativize` to build a relative IRI from a base IRI and an absolute IRI.
v0.2.4
? · 2024-08-21
ipvFuture are now allowed and some characters are now disallowed in some places to follow RFC 3987.