Skip to content

Releases: oceanlewis/uap-rs

Release v0.6.4

11 Jun 02:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.3...0.6.4

Release 0.6.3

28 Mar 06:01
Compare
Choose a tag to compare

Full Changelog: 0.6.2...0.6.3

  • Loosen dependency requirements
  • Name change ❤️

Release v0.6.2

28 Mar 05:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.1...0.6.2

Release 0.6.1

08 Aug 23:18
Compare
Choose a tag to compare

What's Changed

  • Add configurability for unicode and skipping parsers by @hamiltop in #14

New Contributors

Full Changelog: 0.6.0...0.6.1

Release 0.6.0

15 May 00:03
Compare
Choose a tag to compare
  • Avoid String allocations where possible
  • Breaking change in the interface due to addition of explicit lifetimes

Thanks go out to @blt and the team at Vector for their contributions!

Release 0.5.1

18 Feb 02:48
Compare
Choose a tag to compare
- Exit early in device and OS matchers (#11) <@jan-auer>

Release 0.5

18 Jan 23:53
Compare
Choose a tag to compare
  • Move from FancyRegex to Regex
  • New benchmarks
  • Updated uap-core to v0.15.0
  • Derive Serialize on UserAgent structs

Thank you's to @jan-auer and @k-bx!