Skip to content

Commit dff1259

Browse files
committed
fluent-syntax 0.6.2
1 parent e5c9e1f commit dff1259

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

fluent-syntax/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
318
## fluent-syntax 0.6.0 (January 31, 2018)
419

520
- Implement Fluent Syntax 0.5.

fluent-syntax/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-syntax",
33
"description": "AST and parser for Fluent",
4-
"version": "0.6.0",
4+
"version": "0.6.2",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)