File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent-syntax 0.6.2 (February 8, 2018)
4
+
5
+ - Inline Patterns may start with any character. (#150 )
6
+
7
+ ` } ` , ` . ` , ` * ` and ` [ ` are only special when they appear at the beginning of
8
+ indented Pattern lines. When a Pattern starts on the same line as ` id = ` or
9
+ ` [variant key] ` , its first character doesn't carry any special meaning and
10
+ it may be one of those four ones as well.
11
+
12
+ This also fixes a regression from 0.6.0 where a message at the EOF without
13
+ value nor attributes was incorrectly parsed as a message with an empty
14
+ Pattern rather than produce a syntax error.
15
+
16
+ - Ensure CallExpression's args are always an array, even if empty.
17
+
3
18
## fluent-syntax 0.6.0 (January 31, 2018)
4
19
5
20
- Implement Fluent Syntax 0.5.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent-syntax" ,
3
3
"description" : " AST and parser for Fluent" ,
4
- "version" : " 0.6.0 " ,
4
+ "version" : " 0.6.2 " ,
5
5
"homepage" : " http://projectfluent.org" ,
6
6
"author" : " Mozilla <l10n-drivers@mozilla.org>" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments