Releases: projectfluent/fluent-rs
Releases · projectfluent/fluent-rs
intl-memoizer 0.5.2
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- 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
fluent 0.16.1
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Make
fluent_args
macro work with trailing comma - Fix
FluentValue::try_number
accepting numbers - 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
fluent-testing 0.0.4
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- 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
fluent-syntax 0.11.1
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Create generic ftl serializer
fluent_syntax::serializer
- Fix crash when parsing multiline CRLF comment
- Treat tab as text, not whitespace, adds
parser::matches_fluent_ws
function - 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
fluent-resmgr 0.0.7
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Return a result for
ResourceManager::get_resource
- 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
fluent-pseudo 0.3.2
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Allow optional resources, adds
ResourceId
struct - 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
fluent-fallback 0.7.1
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Migrate to
pin_cell
crate - 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
fluent-bundle 0.15.3
- This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
- Implement
From<&String>
forFluentValue
- Add
FluentValue.into_string
to prevent String clone - Fix
FluentValue::try_number
accepting 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_pattern
lifetimes - 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
fluent-fallback 0.6.0
The ResourceId
s are now stored as a HashSet
rather than as a Vec. Adding a duplicate ResourceId
is now a noop.
fluent-bundle 0.15.2 (October 25, 2021)
- Bump
self_cell
to 0.10.