File tree Expand file tree Collapse file tree 3 files changed +270
-153
lines changed Expand file tree Collapse file tree 3 files changed +270
-153
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent-spec" ,
3
3
"description" : " Specification and documentation for Fluent" ,
4
- "version" : " 0.3 .0" ,
4
+ "version" : " 0.4 .0" ,
5
5
"private" : true ,
6
6
"homepage" : " http://projectfluent.io" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - …
6
+
7
+ ## 0.4.0 (November 14, 2017)
8
+
5
9
- Added the ` Placeable ` production as a wrapper for expressions in patterns.
6
10
7
11
This allows storing more precise information about the whitespace around
13
17
a call expression nor selector of another select expression without being
14
18
wrapped in braces.
15
19
20
+ - The dash ` - ` is not allowed at the beginning of identifiers.
21
+
22
+ There's an ongoing discussion in #62 about using the leading ` - ` for
23
+ private messages in the future.
24
+
25
+ - The question mark ` ? ` is not allowed in identifiers.
26
+
27
+ We want to start with a more strict syntax for identifiers. See the
28
+ discussion in #65 .
29
+
30
+ - Small EBNF fixes:
31
+
32
+ - Allowed multiline comments.
33
+ - Allowed inline space in blank lines between entries.
34
+
16
35
## 0.3.0
17
36
18
37
- Added tags for language-specific grammatical information.
You can’t perform that action at this time.
0 commit comments