Skip to content

Commit 2a47745

Browse files
committed
fluent 0.8.0
1 parent cc27987 commit 2a47745

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

fluent/CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
# Changelog
22

3-
## Unreleased
3+
## fluent 0.8.0 (August 20, 2018)
44

55
- Rename `MessageContext` to `FluentBundle`. (#222)
66

7-
Also, export `FluentType` and its derived classes under their own names
8-
rather than `MessageArgument` etc.
7+
The following renames have been made to the public API:
98

10-
- Move `mapContext*` functions to `fluent-sequence`. (#273)
9+
- Rename `MessageContext` to `FluentBundle`.
10+
- Rename `MessageArgument` to `FluentType`.
11+
- Rename `MessageNumberArgument` to `FluentNumber`.
12+
- Rename `MessageDateTimeArgument` to `FluentDateTime`.
13+
14+
- Move `mapContext*` functions to [`fluent-sequence`][]. (#273)
1115

1216
The `mapContextSync` and `mapContextAsync` functions previously exported
13-
by the `fluent` package have been moved to the new `fluent-sequence`
14-
package. `fluent-sequence` 0.1.0 corresponds to the exact implementation
15-
of these functions from `fluent` 0.7.0.
17+
by the `fluent` package have been moved to the new [`fluent-sequence`][]
18+
package. [`fluent-sequence`][] 0.1.0 corresponds to the exact
19+
implementation of these functions from `fluent` 0.7.0.
1620

17-
In later versions of `fluent-sequence`, these functions are called
21+
In later versions of [`fluent-sequence`][], these functions are called
1822
`mapBundleSync` and `mapBundleAsync`.
1923

24+
[`fluent-sequence`]: https://www.npmjs.com/package/fluent-sequence
25+
2026
## fluent 0.7.0 (July 24, 2018)
2127

2228
- Implement support for Fluent Syntax 0.6.

fluent/package.json

Lines changed: 1 addition & 1 deletion
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.7.0",
4+
"version": "0.8.0",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)