fluent 0.7.0 (April 11, 2018)
Pre-release
Pre-release
-
Remove
fluent.migrate
.The migration code has been moved into its own repository:
fluent-migration. See bug 1445881 for more information about the move. -
Add the
ref
field toVariantExpression
. (#62)The
Identifier
-typedid
field has been removed. The newref
field contains theMessageReference
node rigt now. The range of valid expressions forref
may be extended in the future. -
Fix missing
Spans
onFunction
nodes.