fluent 0.8.0
Pre-release
Pre-release
-
Rename
MessageContext
toFluentBundle
. (#222)The following renames have been made to the public API:
- Rename
MessageContext
toFluentBundle
. - Rename
MessageArgument
toFluentType
. - Rename
MessageNumberArgument
toFluentNumber
. - Rename
MessageDateTimeArgument
toFluentDateTime
.
- Rename
-
Move
mapContext*
functions tofluent-sequence
. (#273)The
mapContextSync
andmapContextAsync
functions previously exported
by thefluent
package have been moved to the newfluent-sequence
package.fluent-sequence
0.1.0 corresponds to the exact
implementation of these functions fromfluent
0.7.0.In later versions of
fluent-sequence
, these functions are called
mapBundleSync
andmapBundleAsync
, which is consistent with the naming
used influent
0.8.0.