We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14362ab commit d986155Copy full SHA for d986155
fluent-syntax/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## @fluent/syntax 0.15.0 (March 2, 2020)
4
+
5
+ - Migrate `@fluent/syntax` to TypeScript. (#457)
6
7
+ - `FluentSerializer` now relies on `instanceof` checks rather than
8
+ `node.type` comparisons. Serializing a JSON dump of an AST is not
9
+ supported any more.
10
11
## @fluent/syntax 0.14.0 (July 25, 2019)
12
13
- Rename `fluent-syntax` to `@fluent/syntax`.
fluent-syntax/package.json
@@ -1,7 +1,7 @@
{
"name": "@fluent/syntax",
"description": "AST and parser for Fluent",
- "version": "0.14.0",
+ "version": "0.15.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
0 commit comments