Skip to content

Commit 2f675de

Browse files
committed
fluent 0.13.0 (deprecated)
1 parent a2d9a03 commit 2f675de

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

fluent/CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

@@ -10,6 +23,7 @@
1023

1124
[dedent-readme]: https://www.npmjs.com/package/@fluent/dedent
1225

26+
1327
## fluent 0.12.0 (March 26, 2019)
1428

1529
This release of `fluent` brings support for version 0.9 of the Fluent Syntax

fluent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)