File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## fluent 0.13.0 (July 25, 2019)
4
+
5
+ - Support Fluent Syntax 1.0.
6
+
7
+ Syntax 1.0 is the same as Syntax 0.9, and the support for it in this
8
+ release continues to be the same as in ` fluent ` 0.12. This note is meant
9
+ to clearly indicate that ` fluent ` supports the first stable version of
10
+ the Syntax specification.
11
+
12
+ - Improve the fallback string in case of expression errors.
13
+
14
+ Unresolved expressions are now printed with braces around them, e.g.
15
+ ` {missing} ` rather than ` missing ` (#368 ). References to missing message
16
+ attributes now fall back to ` {messageId.attributeName} ` (#370 ).
4
17
5
18
- Remove the ` ftl ` dedent helper.
6
19
10
23
11
24
[ dedent-readme ] : https://www.npmjs.com/package/@fluent/dedent
12
25
26
+
13
27
## fluent 0.12.0 (March 26, 2019)
14
28
15
29
This release of ` fluent ` brings support for version 0.9 of the Fluent Syntax
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.12 .0" ,
4
+ "version" : " 0.13 .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