Skip to content

Releases: projectfluent/fluent-rs

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

fluent 0.16.1

05 May 20:43
fluent@0.16.1
Compare
Choose a tag to compare
  • 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

05 May 20:19
fluent-testing@0.0.4
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

fluent-syntax 0.11.1

05 May 20:39
fluent-syntax@0.11.1
74020c3
Compare
Choose a tag to compare
  • 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

05 May 20:28
fluent-resmgr@0.0.7
Compare
Choose a tag to compare
  • 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

05 May 20:23
fluent-pseudo@0.3.2
74020c3
Compare
Choose a tag to compare
  • 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

05 May 20:31
fluent-fallback@0.7.1
Compare
Choose a tag to compare
  • 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

05 May 20:35
fluent-bundle@0.15.3
Compare
Choose a tag to compare
  • This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
  • Implement From<&String> for FluentValue
  • 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

09 Nov 20:04
d53526f
Compare
Choose a tag to compare
fluent-fallback 0.6.0 Pre-release
Pre-release

The ResourceIds 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)

25 Oct 21:02
Compare
Choose a tag to compare
Pre-release
  • Bump self_cell to 0.10.