Skip to content

Commit beabada

Browse files
committed
fluent 0.4.2
Add touchNext to CachedIterable. This allows the user of CachedIterable to trigger construction of an element yielded from the generator early. Add the static FluentType.isTypeOf method. In some cases, bundlers such as Webpack would break the instanceof FluentType check. The new FluentType.isTypeOf static method can be used instead to guarantee the proper behavior. Catch errors thrown by Intl formatters.
1 parent bb817cb commit beabada

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

fluent/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,25 @@
22

33
## Unreleased
44

5-
- Add touchNext to CachedIterable
5+
-
6+
7+
8+
## fluent 0.4.2 (November 27, 2017)
9+
10+
- Add touchNext to CachedIterable.
611

712
This allows the user of CachedIterable to trigger construction of an
813
element yielded from the generator early.
914

15+
- Add the static FluentType.isTypeOf method.
16+
17+
In some cases, bundlers such as Webpack would break the instanceof
18+
FluentType check. The new FluentType.isTypeOf static method can be used
19+
instead to guarantee the proper behavior.
20+
21+
- Catch errors thrown by Intl formatters.
22+
23+
1024
## fluent 0.4.1 (June 22, 2017)
1125

1226
- Introduce mapContextSync and CachedIterable.

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.4.1",
4+
"version": "0.4.2",
55
"homepage": "http://projectfluent.io",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)