File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
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.7 .0" ,
4
+ "version" : " 0.8 .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
- ## Unreleased
3
+ ## 0.8.0 (December 13, 2018)
4
4
5
5
- Preserve content-indent in multiline ` Patterns ` . (#162 )
6
6
62
62
63
63
`VariantLists` and `VariantExpression` have been deprecated. They will be
64
64
removed before Fluent 1.0 is released. Please use parameterized `Terms`
65
- instead (see below).
65
+ instead (see below). Furthermore, in Syntax 0.8 it' s not possible to nest
66
+ `VaraintLists` anymore (# 220).
66
67
67
68
- Introduce parameterized `Terms`. (# 176, #212)
68
69
You can’t perform that action at this time.
0 commit comments