Releases: projectfluent/fluent-rs
Releases · projectfluent/fluent-rs
fluent 0.17.0
- Bump version to reflect breaking changes in re-exported FluentBundle
intl-memoizer 0.5.3
- Cleanup docs
fluent 0.16.2
- Cleanup docs
fluent-testing 0.0.5
- Cleanup docs
fluent-syntax 0.12.0
- Add module
serializer
- De-ambiguate dependencies vs. features
- Cleanup docs
- Satiate Clippy
fluent-resmgr 0.0.8
- Cleanup docs
- Satiate Clippy
- Bump
elsa
to 1.10
fluent-pseudo 0.3.3
- Eliminate unsafe block using
once_cell
instead of undefined behavior of mutable reference to mutable static - Cleanup docs
- Satiate Clippy
- Bump
regex
to 1.11
fluent-fallback 0.7.2
- Refactor to remove unnecessary named lifetimes
- Cleanup docs
- Satiate Clippy
- Bump
once_cell
to 1.21
fluent-bundle 0.16.0
- Implement NUMBER builtin
- Improve examples
- Refactor to remove unnecessary named lifetimes
- Cleanup docs
- Satiate Clippy
- Bump
smallvec
to 1.13 - Bump
rand
to 0.9 - Bump
self_cell
to 1.2 - Bump
serde_yaml
to 0.9
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