Releases: g1eny0ung/parse_link_header
Releases · g1eny0ung/parse_link_header
v0.4.0
What's Changed
- ci: upgrade actions by @g1eny0ung in #18
- Use version 1 of the 'http' crate by @gcavelier in #17
New Contributors
- @g1eny0ung made their first contribution in #18
- @gcavelier made their first contribution in #17
Full Changelog: v0.3.3...v0.4.0
Release 0.3.2
Release 0.3.0
What's Changed
- Add proper type for Result<T, E> by @mdharm in #5
- Move regular expression compilation to
lazy_static!
by @mdharm in #9 - Implement feature to use
url::Url
rather thanhttp::Uri
by @mdharm in #10 - Add
parse_with_rel()
for when therel
parameter MUST be present by @mdharm in #11
New Contributors
Full Changelog: /~https://github.com/g1eny0ung/parse_link_header/commits/v0.3.0