fluent 0.3.0 (August 3, 2018)
Pre-release
Pre-release
- Add support for custom functions in MessageContext. (#50)
- Switch error handling to
annotate-snippets crate. - Separate
fluentandfluent-syntaxcrates. - Handle cyclic references. (#55)
- Switch parser binary to use
clap. - Switch plural rules handling to
intl_pluralrules. (#56) - Add
FluentValue::as_number - Move
IntlPluralRulesinitialization intoMessageContext::new - General cleanups in line with
cargo fmtandcargo clippy