Skip to content

Commit 2d2c6ea

Browse files
committed
fluent-syntax 0.7.0
1 parent d4cfdec commit 2d2c6ea

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

fluent-syntax/CHANGELOG.md

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

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+
313
## fluent-syntax 0.6.6 (March 19, 2018)
414

515
- `Function` AST nodes have a span now. (#167)

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.6",
4+
"version": "0.7.0",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)