Skip to content

Releases: denoland/rust-urlpattern

0.6.0

12 Feb 12:49

Choose a tag to compare

  • Avoid extra string copy (#94)
  • Don't make a Vec of &Part. Just use a reference to slice from Vec (#92)
  • Make StringOrInit use COW for string variant to avoid a copy when calling quirks::process_match_input. (#95)
  • Use &str in Token instead of String (#90)
  • Use a &str for the input instead of a Vec in the tokenizer (#89)
  • fix matcher unwrap crash on unusual input with ASAN build (#93)
  • fixed formatting of benches and use cargo fmt instead of rustfmt in CI Format (#96)

0.5.2

21 Jan 20:19

Choose a tag to compare

  • Add a benchmark of pattern parsing. (#85)
  • Use the matcher instead of the regex directly. (#86)
  • make the crate 1.87.0 compliant (#87)

0.5.0

13 Jan 10:17

Choose a tag to compare

  • extended support for browser-supplied regex parser and fixed component (#81)

0.3.0

31 Jul 15:19
ea97a5d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

06 May 12:45
2a3b106

Choose a tag to compare

What's Changed

Full Changelog: 0.1.6...0.2.0