Skip to content

Commit d986155

Browse files
committed
@fluent/syntax 0.15.0
1 parent 14362ab commit d986155

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

fluent-syntax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## @fluent/syntax 0.14.0 (July 25, 2019)
412

513
- Rename `fluent-syntax` to `@fluent/syntax`.

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

0 commit comments

Comments
 (0)