File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## fluent 0.13.0 (July 25, 2019)
4+
5+ - Support Fluent Syntax 1.0.
6+
7+ Syntax 1.0 is the same as Syntax 0.9, and the support for it in this
8+ release continues to be the same as in ` fluent ` 0.12. This note is meant
9+ to clearly indicate that ` fluent ` supports the first stable version of
10+ the Syntax specification.
11+
12+ - Improve the fallback string in case of expression errors.
13+
14+ Unresolved expressions are now printed with braces around them, e.g.
15+ ` {missing} ` rather than ` missing ` (#368 ). References to missing message
16+ attributes now fall back to ` {messageId.attributeName} ` (#370 ).
417
518 - Remove the ` ftl ` dedent helper.
619
1023
1124 [ dedent-readme ] : https://www.npmjs.com/package/@fluent/dedent
1225
26+
1327## fluent 0.12.0 (March 26, 2019)
1428
1529This release of ` fluent ` brings support for version 0.9 of the Fluent Syntax
Original file line number Diff line number Diff line change 11{
22 "name" : " fluent" ,
33 "description" : " Localization library for expressive translations." ,
4- "version" : " 0.12 .0" ,
4+ "version" : " 0.13 .0" ,
55 "homepage" : " http://projectfluent.org" ,
66 "author" : " Mozilla <l10n-drivers@mozilla.org>" ,
77 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments