Releases: projectfluent/fluent-langneg-rs
Releases · projectfluent/fluent-langneg-rs
fluent-langneg 0.14.1
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers.
- Minor optimizations for speed
fluent-langneg-rs 0.14.0 (December 13, 2023)
- Move from using unic-langid to icu-locid.
- Re-export LanguageIdentifier.
fluent-langneg-rs 0.12.1 (January 29, 2019)
- Update unic-langid to 0.8.
- Fixing maximize calls in negotiation.
fluent-langneg-rs 0.11.1 (November 17, 2019)
- Improve handling of
und
in requested to match Unicode TR35.
fluent-locale-rs 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-rs 0.8.0 (September 10, 2019)
- Update to
unic-langid
0.5.
fluent-locale-rs 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-rs 0.6.0 (July 24, 2019)
- Switch to use
unic-langid
(but allow forunic-locale
). - Refactor the API to handle fallible lists.
fluent-locale-rs 0.5.0 (June 16, 2019)
- Separate out
unic-langid
andunic-locale
into new crates. - Switch from BCP47 conformance to Unicode Locale Identifier.
- Update to Rust 2018.
fluent-locale-rs 0.4.1 (August 6, 2018)
- Separate out requested from available to allow for different mixes of Vec and &[].