Releases: projectfluent/fluent-langneg-rs
Releases · projectfluent/fluent-langneg-rs
fluent-locale-rs 0.4.0 (August 6, 2018)
- Ergonomics improvement -
negotiate_languages
now accepts &[&str], &[String], Vec<&str> and Vec<string>
fluent-locale-rs 0.3.2 (July 31, 2018)
- Make Locale::matches reject matches if privateuse is not empty
0.3.1
- Make fluent-locale compliant with rust stable (from 1.23)
0.3.0
- Unify release names with fluent-rs
- Take strategy by reference
v0.2.0
- 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
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