Skip to content

Commit c5f0ea7

Browse files
committed
fluent-syntax 0.11.0
1 parent fe9584c commit c5f0ea7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

fluent-syntax/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

523
This release of `fluent-syntax` brings support for version 0.8 of the

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

0 commit comments

Comments
 (0)