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 00ad5c3 commit 0f2c979Copy full SHA for 0f2c979
fluent-syntax/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## fluent-syntax 0.8.1 (August 1, 2018)
4
+
5
+### Bug fixes
6
7
+- Avoid forEach to make code minification-friendly. (#263)
8
+- Don't call charCodeAt() on undefined when at EOF. (#265)
9
10
## fluent-syntax 0.8.0 (July 24, 2018)
11
12
- Implement support for Fluent Syntax 0.6. (#253)
fluent-syntax/package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-syntax",
"description": "AST and parser for Fluent",
- "version": "0.8.0",
+ "version": "0.8.1",
"homepage": "http://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
0 commit comments