File tree Expand file tree Collapse file tree 16 files changed +80
-8
lines changed Expand file tree Collapse file tree 16 files changed +80
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-bundle 0.15.3 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Implement ` From<&String> ` for ` FluentValue `
10
+ - Add ` FluentValue.into_string ` to prevent String clone
11
+ - Fix ` FluentValue::try_number ` accepting numbers
12
+ - Allow optional arguments on ` FluentValue `
13
+ - Fix behavior of ` FluentArgs::set `
14
+ - Resolve function instead in ` impl ResolveValue `
15
+ - Add type alias for concurrent ` FluentBundle `
16
+ - Fix ` FluentBundle::format_pattern ` lifetimes
17
+ - Workspace: Update to Rust 2021
18
+ - Workspace: Add various missing documentation and fix typos and links
19
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
20
+ - Workspace: Apply rustfmt and clippy lint fixes
21
+
7
22
## fluent-bundle 0.15.2 (October 25, 2021)
8
23
- Bump ` self_cell ` to 0.10.
9
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization system designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.15.2 "
7
+ version = " 0.15.3 "
8
8
edition = " 2021"
9
9
authors = [
10
10
" Zibi Braniecki <zibi@unicode.org>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-fallback 0.7.1 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Migrate to ` pin_cell ` crate
10
+ - Workspace: Update to Rust 2021
11
+ - Workspace: Add various missing documentation and fix typos and links
12
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
13
+ - Workspace: Apply rustfmt and clippy lint fixes
14
+
7
15
## fluent-fallback 0.7.0 (Nov 9, 2022)
8
16
- The ` ResourceId ` s are now stored as a ` HashSet ` rather than as a Vec. Adding a
9
17
duplicate ` ResourceId ` is now a noop.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
High-level abstraction model for managing localization resources
5
5
and runtime localization lifecycle.
6
6
"""
7
- version = " 0.7.0 "
7
+ version = " 0.7.1 "
8
8
edition = " 2021"
9
9
authors = [
10
10
" Zibi Braniecki <zibi@unicode.org>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-pseudo 0.3.2 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Allow optional resources, adds ` ResourceId ` struct
10
+ - Workspace: Update to Rust 2021
11
+ - Workspace: Add various missing documentation and fix typos and links
12
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
13
+ - Workspace: Apply rustfmt and clippy lint fixes
14
+
7
15
## fluent-pseudo 0.3.1 (July 21, 2021)
8
16
- Update README to document the API changes in 0.3.0.
9
17
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-pseudo"
3
3
description = """
4
4
Pseudolocalization transformation API for use with Project Fluent API.
5
5
"""
6
- version = " 0.3.1 "
6
+ version = " 0.3.2 "
7
7
edition = " 2021"
8
8
authors = [
9
9
" Zibi Braniecki <zibi@unicode.org>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-resmgr 0.0.7 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Return a result for ` ResourceManager::get_resource `
10
+ - Workspace: Update to Rust 2021
11
+ - Workspace: Add various missing documentation and fix typos and links
12
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
13
+ - Workspace: Apply rustfmt and clippy lint fixes
14
+
7
15
## fluent-resmgr 0.0.6 (Nov 9, 2022)
8
16
- Update ` fluent-fallback ` to 0.7.0.
9
17
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-resmgr"
3
3
description = """
4
4
Resource manager for Fluent localization resources.
5
5
"""
6
- version = " 0.0.6 "
6
+ version = " 0.0.7 "
7
7
authors = [
8
8
" Zibi Braniecki <zibi@unicode.org>" ,
9
9
" Staś Małolepszy <stas@mozilla.com>"
Original file line number Diff line number Diff line change 4
4
- Add module ` serializer ` .
5
5
- …
6
6
7
+ ## fluent-syntax 0.11.1 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Create generic ftl serializer ` fluent_syntax::serializer `
10
+ - Fix crash when parsing multiline CRLF comment
11
+ - Treat tab as text, not whitespace, adds ` parser::matches_fluent_ws ` function
12
+ - Workspace: Update to Rust 2021
13
+ - Workspace: Add various missing documentation and fix typos and links
14
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
15
+ - Workspace: Apply rustfmt and clippy lint fixes
16
+
7
17
## fluent-syntax 0.11.0 (February 9, 2021)
8
18
- Document the crate.
9
19
- Switch to use ` thiserror ` for Error annotations.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-syntax"
3
3
description = """
4
4
Parser/Serializer tools for Fluent Syntax.
5
5
"""
6
- version = " 0.11.0 "
6
+ version = " 0.11.1 "
7
7
edition = " 2021"
8
8
authors = [
9
9
" Zibi Braniecki <zibi@unicode.org>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent-testing 0.0.4 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Workspace: Update to Rust 2021
10
+ - Workspace: Add various missing documentation and fix typos and links
11
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
12
+ - Workspace: Apply rustfmt and clippy lint fixes
13
+
7
14
## fluent-resmgr 0.0.3 (Nov 9, 2022)
8
15
- Update ` fluent-fallback ` to 0.7.0.
9
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-testing"
3
3
description = """
4
4
A collection of mock scenarios for testing fluent-rs components.
5
5
"""
6
- version = " 0.0.3 "
6
+ version = " 0.0.4 "
7
7
authors = [
8
8
" Zibi Braniecki <zibi@braniecki.net>" ,
9
9
" Erik Nordin <enordin@mozilla.com>"
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent 0.16.1 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Make ` fluent_args ` macro work with trailing comma
10
+ - Fix ` FluentValue::try_number ` accepting numbers
11
+ - Workspace: Update to Rust 2021
12
+ - Workspace: Add various missing documentation and fix typos and links
13
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
14
+ - Workspace: Apply rustfmt and clippy lint fixes
15
+
7
16
## fluent 0.16.0 (July 29, 2021)
8
17
- Update ` fluent-pseudo ` to 0.3.
9
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization system designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.16.0 "
7
+ version = " 0.16.1 "
8
8
edition = " 2021"
9
9
authors = [
10
10
" Zibi Braniecki <zibi@unicode.org>" ,
Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## intl-memoizer 0.5.2 (March 16, 2024)
8
+ - This is a 'safe harbor' release prior to bringing on non-Mozilla community maintainers
9
+ - Workspace: Update to Rust 2021
10
+ - Workspace: Add various missing documentation and fix typos and links
11
+ - Workspace: Cleanup meta-data using workspaces, use SPDX licenses, etc.
12
+ - Workspace: Apply rustfmt and clippy lint fixes
13
+
7
14
## intl-memoizer 0.5.1 (January 22, 2021)
8
15
- Update ` type-map ` to 0.4.
9
16
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A memoizer specifically tailored for storing lazy-initialized
5
5
intl formatters.
6
6
"""
7
- version = " 0.5.1 "
7
+ version = " 0.5.2 "
8
8
edition = " 2021"
9
9
authors = [
10
10
" Zibi Braniecki <zibi@unicode.org>" ,
You can’t perform that action at this time.
0 commit comments