We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8571f15 commit fee9cbfCopy full SHA for fee9cbf
fluent-syntax/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## fluent-syntax 0.6.4 (March 7, 2018)
4
+
5
+ - Whitespace-only values are now correctly parsed as null. (#159)
6
+ - Correctly parse Patterns at EOF. (#159)
7
+ - Serialize values with Select Expression on a new line. (#161)
8
9
## fluent-syntax 0.6.2 (February 8, 2018)
10
11
- Inline Patterns may start with any character. (#150)
fluent-syntax/package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-syntax",
"description": "AST and parser for Fluent",
- "version": "0.6.2",
+ "version": "0.6.4",
"homepage": "http://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
0 commit comments