fluent 0.8.0
Pre-release
Pre-release
-
Rename
MessageContexttoFluentBundle. (#222)The following renames have been made to the public API:
- Rename
MessageContexttoFluentBundle. - Rename
MessageArgumenttoFluentType. - Rename
MessageNumberArgumenttoFluentNumber. - Rename
MessageDateTimeArgumenttoFluentDateTime.
- Rename
-
Move
mapContext*functions tofluent-sequence. (#273)The
mapContextSyncandmapContextAsyncfunctions previously exported
by thefluentpackage have been moved to the newfluent-sequence
package.fluent-sequence0.1.0 corresponds to the exact
implementation of these functions fromfluent0.7.0.In later versions of
fluent-sequence, these functions are called
mapBundleSyncandmapBundleAsync, which is consistent with the naming
used influent0.8.0.