Skip to content

Releases: projectfluent/fluent-rs

fluent 0.17.0

23 May 06:37
fluent@0.17.0
83e9a45
Compare
Choose a tag to compare
  • Bump version to reflect breaking changes in re-exported FluentBundle

intl-memoizer 0.5.3

22 May 13:49
intl-memoizer@0.5.3
Compare
Choose a tag to compare
  • Cleanup docs

fluent 0.16.2

22 May 14:11
fluent@0.16.2
Compare
Choose a tag to compare
  • Cleanup docs

fluent-testing 0.0.5

22 May 14:09
fluent-testing@0.0.5
Compare
Choose a tag to compare
  • Cleanup docs

fluent-syntax 0.12.0

22 May 13:53
fluent-syntax@0.12.0
Compare
Choose a tag to compare
  • Add module serializer
  • De-ambiguate dependencies vs. features
  • Cleanup docs
  • Satiate Clippy

fluent-resmgr 0.0.8

22 May 14:07
fluent-resmgr@0.0.8
Compare
Choose a tag to compare
  • Cleanup docs
  • Satiate Clippy
  • Bump elsa to 1.10

fluent-pseudo 0.3.3

22 May 13:49
fluent-pseudo@0.3.3
Compare
Choose a tag to compare
  • 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

22 May 14:04
fluent-fallback@0.7.2
Compare
Choose a tag to compare
  • Refactor to remove unnecessary named lifetimes
  • Cleanup docs
  • Satiate Clippy
  • Bump once_cell to 1.21

fluent-bundle 0.16.0

22 May 14:01
fluent-bundle@0.16.0
Compare
Choose a tag to compare
  • 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

05 May 20:15
intl-memoizer@0.5.2
74020c3
Compare
Choose a tag to compare
  • 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