All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [0c82b55] Fix missing "hashbrown" feature.
- [bfb20b7] Fix
DataUrlBuf
deref.
- [64f7d6d] Fix automata paths.
- [ded66a8] Fix
README.md
- [db16295] Fix path resolution with empty segments.
- [e562701] Fix Errata 4547 implementation, only on relative paths.
- [5ef5b65] Impl
Display
for error types.
- [47b1f24] Add
relative_to
,suffix
andbase
toUri
andIri
.
- [204b002] Fix & Test all the parsing query functions.
- [204b002] Fixes #20
- [3d09f00] Fix panic in
parse_ipv6_literal
. (#17) - [d054f27] Fix clippy CI.
- [a3b99a5] Add
hashbrown
optional feature. - [a3b99a5] Impl
hashbrown::Equivalent
forIri
. - [a3b99a5] Impl
hashbrown::Equivalent
forIriRef
.
- [88f65d9] Add
into_string
functions.
- [5bb37c8] Add missing
AsRef
&Borrow
implementations. - [4265293] Add
serde
support.
- [dcf2dd0] Move to version 2.2.1.
- [fdd4855] Fix #15 IPv4/6 parser bug.
- [b076269] Fix IRI reference resolution. Fixes #14
- [8f51470] Fix UTF-8 decoder bug.
- [8d80e7e] Add from_vec/string and from/to raw parts.
- [2a1df9e] Move to version 2.0.3.
- [deed1ca] Move to 2.0.2.
- [8e97fa5] Fix #13
- [de909f9] Move to 2.0.1
- [f345670] Fix
set_query
bug. - [4c00407] Fix rust fmt.
- [4846893] impl AsIri/Ref for &'a T.
- [fd6554b] Add CI to run test, rustfmt and clippy on push/PR
- [350ae25] Add from_str and to_owned methods
- [7a43a39] Impl
Eq
forError
. - [a3e8e33] Add tests for fragment parsing issue.
- [63cbec1] Move to 1.4.0
- [cabafde] Move to 2.0.0
- [efbf824] Fix
IriRef::relative_to
. Version 1.4.1. - [5d42595] Fix
IriRef::relative_to
again + proper tests. - [d539b60] Fix corner case for
IriRef::relative_to
- [5aae749] Fixing some clippy warnings.
- [4f0423a] Fix typo to link to correct type
- [7bfb545] Fix FUNDING.yml
- [64d2642] Fix doc link.
- [82cc03d] Remove warnings.
- [44b4f08] Impl From for IriRef.
- [693da03] Impl From<&PathBuf> for IriRef.
- [0805e2a] Add IriRef::relative_to.
- [4e8d67f] Implement Clone and Error for Error enum
- [9493dc9] Add a changelog. Move to version 1.2.0.
- [6de9a3a] Add a new test catching issue #2.
- [c2f57e5] Move to version 1.1.4.
- [b6d9389] Fix the path/segment parser.
- [6277102] Add into_* methods
- [8b2541f] Move to version 1.1.3
- [df9cbfd] Fix lifetimes
- [c2af478] Move to 1.1.2
- [ebf37fa] Add infos about
static-iref
.
- [b705b91] Add methods to inspect and build IRIs in
static-iref
.
- [b614ead] Move to version 1.1
- [1d6adc7] Fix typo.
- [d3de7bb] Remove build files
- [043a15e] Add gitignore.
- [3afe663] Move percent-encoded strings in a dedicated crate.
- [de90577] Refactoring.
- [8f94dac] Refactoring.
- [d76fd66] Remove useless files.
- [3f05716] Remove warnings.