Skip to content

Commit 3e8066c

Browse files
committed
fluent-syntax 0.5.0
- Most AST nodes now have a Span. Use `new FluentParser({ withSpans: false })` to disable this behavior. - The `withAnnotations` config option to `FluentParser` has been removed. The parser always produces Annotations if necessary now.
1 parent 678ac6a commit 3e8066c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fluent-syntax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
-
6+
7+
## fluent-syntax 0.5.0 (June 23rd, 2017)
8+
59
- Most AST nodes can now have a Span.
610

711
Use `new FluentParser({ withSpans: true })` to enable this behavior.

fluent-syntax/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
4+
"version": "0.5.0",
55
"homepage": "http://projectfluent.io",
66
"author": "Mozilla <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)