File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments