Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

86 lines (49 loc) · 2.31 KB

Changelog

Unreleased

fluent-langneg 0.14.1 (March 16, 2024)

  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers.
  • Minor optimizations for speed

fluent-langneg 0.14.0 (December 13, 2023)

  • Move from using unic-langid to icu-locid.
  • Re-export LanguageIdentifier.

fluent-langneg 0.13.0 (May 6, 2020)

  • Update unic-langid to 0.9.

fluent-langneg 0.12.1 (January 29, 2020)

  • Fixing maximize calls in negotiation.

fluent-langneg 0.12.0 (January 28, 2020)

  • Update unic-langid to 0.8.

fluent-langneg 0.11.1 (November 17, 2019)

  • Improve handling of und in requested to match Unicode TR35.

fluent-langneg 0.11.0 (November 7, 2019)

  • Change name to fluent-langneg to better reflect the purpose.
  • Update to unic-langid 0.7.
  • Include feature "cldr" to use full CLDR likely-subtags.
  • Improved performance by 50% in the default case, and by further 34% when using CLDR feature.
  • Accept AsRef<[u8]> instead of AsRef<str>.

fluent-locale 0.10.0 (October 3, 2019)

  • Update to unic-langid 0.6.

fluent-locale 0.9.0 (October 1, 2019)

  • Use AsRef as bounds in negotiation.
  • Support unic-langid with full CLDR backed likelysubtags behind "cldr" feature.

fluent-locale 0.8.0 (September 10, 2019)

  • Update to unic-langid 0.5.

fluent-locale 0.7.0 (July 30, 2019)

  • Update unic-langid to 0.4.
  • Switch benchmark to criterion.
  • Update helper functions to be more generic.

fluent-locale 0.6.0 (July 24, 2019)

  • Switch to use unic-langid (but allow for unic-locale).
  • Refactor the API to handle fallible lists.

fluent-locale 0.5.0 (June 16, 2019)

  • Separate out unic-langid and unic-locale into new crates.
  • Switch from BCP47 conformance to Unicode Locale Identifier.
  • Update to Rust 2018.

fluent-locale 0.4.1 (August 6, 2018)

  • Separate out requested from available to allow for different mixes of Vec and &[].

fluent-locale 0.4.0 (August 6, 2018)

  • Ergonomics improvement - negotiate_languages now accepts &[&str], &[String], Vec<&str> and Vec

fluent-locale 0.3.2 (July 31, 2018)

  • Make Locale::matches reject matches if privateuse is not empty

fluent-locale 0.3.1 (February 12, 2018)

  • Make fluent-locale compliant with rust stable (from 1.23)