File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fluent-spec" ,
3
3
"description" : " Specification and documentation for Fluent" ,
4
- "version" : " 0.9 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"bench" : " node --experimental-modules --harmony-async-iteration ./test/bench.mjs ./test/benchmarks/gecko_strings.ftl" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## 0.9.0 (March 26, 2019)
4
22
5
23
- Flatten complex reference expressions. (#221 )
You can’t perform that action at this time.
0 commit comments