Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 1.11 KB

Changelog

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.

[0.4.0] - 2024-08-17

Changed

  • Upgrade http to version 1 #17

[0.3.2] - 2022-01-11

Changed

  • Refactor parse(), parse_with_rel() for speed bb9918c

[0.3.0] - 2022-01-08

Added

  • Implement feature to use url::Url rather than http::Uri by @mdharm in #10
  • Add parse_with_rel() for when the rel parameter MUST be present by @mdharm in #11

Changed

  • Add proper type for Result<T, E> by @mdharm in #5
  • Move regular expression compilation to lazy_static! by @mdharm in #9