|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## fluent 0.8.0 (August 20, 2018) |
4 | 4 |
|
5 | 5 | - Rename `MessageContext` to `FluentBundle`. (#222)
|
6 | 6 |
|
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: |
9 | 8 |
|
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) |
11 | 15 |
|
12 | 16 | 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. |
16 | 20 |
|
17 |
| - In later versions of `fluent-sequence`, these functions are called |
| 21 | + In later versions of [`fluent-sequence`][], these functions are called |
18 | 22 | `mapBundleSync` and `mapBundleAsync`.
|
19 | 23 |
|
| 24 | +[`fluent-sequence`]: https://www.npmjs.com/package/fluent-sequence |
| 25 | + |
20 | 26 | ## fluent 0.7.0 (July 24, 2018)
|
21 | 27 |
|
22 | 28 | - Implement support for Fluent Syntax 0.6.
|
|
0 commit comments