File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent 0.12.0 (March 26, 2019)
4
+
5
+ This release of ` fluent ` brings support for version 0.9 of the Fluent Syntax
6
+ spec. The ` FluentBundle ` API remains unchanged. Files written in valid Syntax
7
+ 0.8 may parse differently in this release. See the compatibility note below.
8
+
9
+ - Implement Fluent Syntax 0.9.
10
+
11
+ Most of the changes introduced in Syntax 0.9 affect the full tooling AST
12
+ and thus do not apply to the ` fluent ` package which uses a different data
13
+ structure for the result of the parsing, optimized for the runtime
14
+ performance.
15
+
16
+ Syntax features deprecated in Syntax 0.8 have been removed in Syntax 0.9.
17
+ The support for them have been removed in this release of ` fluent ` too.
18
+
19
+ Consult the full Syntax 0.9 [ changelog] [ chlog0.9 ] for details.
20
+
21
+ [ chlog0.9 ] : https://github.com/projectfluent/fluent/releases/tag/v0.9.0
22
+
23
+ ### Backward-incompatible changes:
24
+
25
+ - ` VariantLists ` are no longer valid syntax.
26
+
27
+
3
28
## fluent 0.11.0 (February 15, 2019)
4
29
5
30
- Add the ` allowOverrides ` option to ` FluentBundle.addResource ` . (#332 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent" ,
3
3
"description" : " Localization library for expressive translations." ,
4
- "version" : " 0.11 .0" ,
4
+ "version" : " 0.12 .0" ,
5
5
"homepage" : " http://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments