Skip to content

Commit ce153b3

Browse files
committed
Fluent Syntax 1.0.0
1 parent dc373ec commit ce153b3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent-spec",
33
"description": "Specification and documentation for Fluent",
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"private": true,
66
"scripts": {
77
"bench": "node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl",

spec/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.0.0 (April 17, 2019)
4+
5+
Fluent Syntax 1.0 is out! 🎉 With this release, we commit to no braking
6+
changes to the syntax and to the AST during the 1.x lifetime. The formal
7+
definition of the grammar can be found in the `spec/` directory, together
8+
with documents outlining good practices, validation rules, and the
9+
compatibility strategy for future releases.
10+
11+
- There are no grammar changes compared to version 0.9 of the specification.
12+
13+
Version 0.9 served as the release candidate for 1.0. The grammar and the
14+
AST of Syntax 1.0 are identical to Syntax 0.9.
15+
16+
- Added the compatibility strategy document. (#251)
17+
18+
The goal of this document is to define the strategy for introducing and
19+
deprecating syntax features after 1.0.
20+
321
## 0.9.0 (March 26, 2019)
422

523
- Flatten complex reference expressions. (#221)

0 commit comments

Comments
 (0)