Skip to content

Commit

Permalink
Fluent Syntax Spec 0.6.0
Browse files Browse the repository at this point in the history
stasm committed Jul 24, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4bea761 commit b9f3b77
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluent-spec",
"description": "Specification and documentation for Fluent",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",
6 changes: 6 additions & 0 deletions spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog


## Unreleased

-


## 0.6.0 (July 24, 2018)

- Created the reference parser for Fluent Syntax.

This version is the first to ship with the official reference

0 comments on commit b9f3b77

Please sign in to comment.