Skip to content

Releases: projectfluent/fluent-langneg-rs

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

06 Aug 18:24
Compare
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
Compare
Choose a tag to compare
Pre-release
  • Make Locale::matches reject matches if privateuse is not empty

0.3.1

12 Feb 08:03
Compare
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
Compare
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
Compare
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
Compare
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