File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
321## fluent-syntax 0.10.0 (December 13, 2018)
422
523This release of ` fluent-syntax ` brings support for version 0.8 of the
Original file line number Diff line number Diff line change 11{
22 "name" : " fluent-syntax" ,
33 "description" : " AST and parser for Fluent" ,
4- "version" : " 0.10 .0" ,
4+ "version" : " 0.11 .0" ,
55 "homepage" : " http://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments