File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## fluent-syntax 0.11.0 (March 25, 2019)
4
+
5
+ - Add ` BaseNode.equals ` and ` BaseNode.clone ` . (#172 )
6
+
7
+ The new ` BaseNode ` methods can be used to compare two nodes and to create
8
+ a deep copy of an AST node.
9
+
10
+ - Add ` Visitor ` and ` Transformer ` . (#172 )
11
+
12
+ Add two new exports: ` Visitor ` for read-only iteration over AST trees,
13
+ and ` Transformer ` for in-place mutation of AST trees.
14
+
15
+ - Export ` serializeExpression ` and ` serializeVariantKey ` . (#350 )
16
+
17
+ The ` FluentSerializer.serializeExpression ` method has been removed in
18
+ favor of a module-wide stateless function ` serializeExpression ` .
19
+
20
+
3
21
## fluent-syntax 0.10.0 (December 13, 2018)
4
22
5
23
This release of ` fluent-syntax ` brings support for version 0.8 of the
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent-syntax" ,
3
3
"description" : " AST and parser for Fluent" ,
4
- "version" : " 0.10 .0" ,
4
+ "version" : " 0.11 .0" ,
5
5
"homepage" : " http://projectfluent.org" ,
6
6
"author" :
" Mozilla <[email protected] >" ,
7
7
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments