Skip to content

Commit

Permalink
Fluent Syntax 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Apr 17, 2019
1 parent dc373ec commit ce153b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "fluent-spec",
"description": "Specification and documentation for Fluent",
"version": "0.9.0",
"version": "1.0.0",
"private": true,
"scripts": {
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",
Expand Down
18 changes: 18 additions & 0 deletions spec/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

## 1.0.0 (April 17, 2019)

Fluent Syntax 1.0 is out! 🎉 With this release, we commit to no braking
changes to the syntax and to the AST during the 1.x lifetime. The formal
definition of the grammar can be found in the `spec/` directory, together
with documents outlining good practices, validation rules, and the
compatibility strategy for future releases.

- There are no grammar changes compared to version 0.9 of the specification.

Version 0.9 served as the release candidate for 1.0. The grammar and the
AST of Syntax 1.0 are identical to Syntax 0.9.

- Added the compatibility strategy document. (#251)

The goal of this document is to define the strategy for introducing and
deprecating syntax features after 1.0.

## 0.9.0 (March 26, 2019)

- Flatten complex reference expressions. (#221)
Expand Down

0 comments on commit ce153b3

Please sign in to comment.