Releases: projectfluent/fluent-langneg-rs
Releases · projectfluent/fluent-langneg-rs
fluent-langneg 0.13.1
- Backport dual Apache 2.0/MIT license change from 0.14.2 to 0.13.x releases
fluent-langneg 0.14.2
- Relicense with dual Apache 2.0 or MIT licensing, matches fluent-rs crates
- Bump dev-dependency on
criterionto 0.7 reducing transitive dependencies
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
undin 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-langid0.5.
fluent-locale-rs 0.7.0 (July 30, 2019)
- Update
unic-langidto 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.