File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- …
6
6
7
+ ## fluent 0.4.0 (August 31, 2018)
8
+
9
+ - Rename MessageContext to FluentBundle
10
+ - Update the FluentBundle API to match fluent.js 0.8
11
+ - Update intl-pluralrules to 1.0
12
+ - Add FluentBundle::format_message
13
+ - Add FluentResource for external resource caching
14
+ - Update fluent-syntax to 0.1.1
15
+ - Update the signature of FluentBundle::format and FluentBundle::format_message
16
+
7
17
## fluent 0.3.1 (August 6, 2018)
8
18
9
19
- Update ` fluent-locale ` to 0.4.1.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A localization library designed to unleash the entire expressive power of
5
5
natural language translations.
6
6
"""
7
- version = " 0.3.1 "
7
+ version = " 0.4.0 "
8
8
authors = [
9
9
" Zibi Braniecki <[email protected] >" ,
10
10
" Staś Małolepszy <[email protected] >"
You can’t perform that action at this time.
0 commit comments