Skip to content

Releases: mike-engel/accept-language-rs

3.1.0

19 Aug 12:18
b2b07ba
Compare
Choose a tag to compare

Features

  • Add functions to return quality with results and binary-sort-optimized functions for speed #12

Bug fixes

  • Avoid never used call to create an empty string #11

3.0.0

23 Jun 17:34
bbe0f21
Compare
Choose a tag to compare

Breaking changes

  • The list of supported languages is now a reference type rather than a Vec #8

Add fuzzy testing

22 Sep 20:58
4bbb5ea
Compare
Choose a tag to compare

2018-09-22

Bug fixes

  • accept-language-rs is now testing with cargo-fuzz. You can find the test results in the README.md file
  • Compile and test with the latest version of stable rust

Support language parsing for some regions

22 Sep 20:58
Compare
Choose a tag to compare

2018-07-07

Minor changes

  • Don't auto-capitalize language codes [#3]

Panic less

24 Jun 03:21
Compare
Choose a tag to compare

Bug fixes

  • Prevent the thread from panicking when an invalid input is provided
  • Compile and test with the latest version of rust