fluent-bundle 0.15.3
·
82 commits
to main
since this release
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Implement
From<&String>forFluentValue - Add
FluentValue.into_stringto prevent String clone - Fix
FluentValue::try_numberaccepting numbers - Allow optional arguments on
FluentValue - Fix behavior of
FluentArgs::set - Resolve function instead in
impl ResolveValue - Add type alias for concurrent
FluentBundle - Fix
FluentBundle::format_patternlifetimes - Workspace: Update to Rust 2021
- Workspace: Add various missing documentation and fix typos and links
- Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
- Workspace: Apply rustfmt and clippy lint fixes