Skip to content

Releases: projectfluent/fluent-langneg-rs

fluent-langneg 0.14.1

05 May 21:35
ce763a1
Compare
Choose a tag to compare
  • 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)

13 Dec 18:53
Compare
Choose a tag to compare
  • Move from using unic-langid to icu-locid.
  • Re-export LanguageIdentifier.

fluent-langneg-rs 0.12.1 (January 29, 2019)

29 Jan 12:47
Compare
Choose a tag to compare
  • Update unic-langid to 0.8.
  • Fixing maximize calls in negotiation.

fluent-langneg-rs 0.11.1 (November 17, 2019)

19 Nov 07:21
Compare
Choose a tag to compare
  • Improve handling of und in requested to match Unicode TR35.

fluent-locale-rs 0.9.0 (October 1, 2019)

01 Oct 22:22
Compare
Choose a tag to compare
  • 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)

10 Sep 16:46
Compare
Choose a tag to compare
  • Update to unic-langid 0.5.

fluent-locale-rs 0.7.0 (July 30, 2019)

30 Jul 23:59
Compare
Choose a tag to compare
Pre-release
  • 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)

24 Jul 18:24
Compare
Choose a tag to compare
Pre-release
  • Switch to use unic-langid (but allow for unic-locale).
  • Refactor the API to handle fallible lists.

fluent-locale-rs 0.5.0 (June 16, 2019)

16 Jun 22:27
Compare
Choose a tag to compare
Pre-release
  • Separate out unic-langid and unic-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)

06 Aug 21:13
Compare
Choose a tag to compare
Pre-release
  • Separate out requested from available to allow for different mixes of Vec and &[].