Skip to content

Releases: projectfluent/fluent-langneg-rs

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

16 Jun 22:27

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

Choose a tag to compare

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

fluent-locale-rs 0.4.0 (August 6, 2018)

06 Aug 18:24

Choose a tag to compare

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

fluent-locale-rs 0.3.2 (July 31, 2018)

31 Jul 23:12

Choose a tag to compare

Pre-release
  • Make Locale::matches reject matches if privateuse is not empty

0.3.1

12 Feb 08:03

Choose a tag to compare

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

0.3.0

15 Oct 06:30

Choose a tag to compare

0.3.0 Pre-release
Pre-release
  • Unify release names with fluent-rs
  • Take strategy by reference

v0.2.0

10 Oct 13:49

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
  • Complete minimal likely_subtags support
  • Add a function to parse Accepted Languages
  • Switch to accepting slices in negotiate_languages instead of vec![]

v0.1.0

07 Oct 00:41

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release with support for:

  • Parsing of language tags
  • Serialization of language tags
  • Basic operations on Locale object
  • Language negotiation
  • Canonicalization of subtags on parsing