We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cfdec commit 2d2c6eaCopy full SHA for 2d2c6ea
fluent-syntax/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## fluent-syntax 0.7.0 (April 17, 2018)
4
+
5
+ - Add the `ref` field to `VariantExpression`.
6
7
+ The `Identifier`-typed `id` field of `VariantExpression` has been removed
8
+ and replaced by an `Expression`-typed `ref` field. The new `ref` field
9
+ can now hold `MessageReference` nodes. The range of valid expressions for
10
+ `ref` may be extended in the future.
11
12
13
## fluent-syntax 0.6.6 (March 19, 2018)
14
15
- `Function` AST nodes have a span now. (#167)
fluent-syntax/package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-syntax",
"description": "AST and parser for Fluent",
- "version": "0.6.6",
+ "version": "0.7.0",
"homepage": "http://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
0 commit comments