Releases: projectfluent/fluent-langneg-rs
Releases · projectfluent/fluent-langneg-rs
fluent-locale-rs 0.5.0 (June 16, 2019)
- Separate out
unic-langidandunic-localeinto new crates. - Switch from BCP47 conformance to Unicode Locale Identifier.
- Update to Rust 2018.
fluent-locale-rs 0.4.1 (August 6, 2018)
- Separate out requested from available to allow for different mixes of Vec and &[].
fluent-locale-rs 0.4.0 (August 6, 2018)
- Ergonomics improvement -
negotiate_languagesnow 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