ITADN
projectfluent/fluent-rs

版本发布 8

fluent 0.17.0fluent@0.17.0
? · 2025-05-23

- Bump version to reflect breaking changes in re-exported FluentBundle

fluent 0.16.2fluent@0.16.2
? · 2025-05-22

- Cleanup docs

fluent-testing 0.0.5fluent-testing@0.0.5
? · 2025-05-22

- Cleanup docs

fluent-fallback 0.7.2fluent-fallback@0.7.2
? · 2025-05-22

- Refactor to remove unnecessary named lifetimes - Cleanup docs - Satiate Clippy - Bump `once_cell` to 1.21

fluent-bundle 0.16.0fluent-bundle@0.16.0
? · 2025-05-22

- 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

fluent-pseudo@0.3.3
? · 2025-05-22

- 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

intl-memoizer@0.5.3
? · 2025-05-22

- Cleanup docs

fluent 0.16.1fluent@0.16.1
? · 2024-05-05

Release 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