Skip to content

fluent 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@stasm stasm released this 20 Aug 14:37
  • Rename MessageContext to FluentBundle. (#222)

    The following renames have been made to the public API:

    • Rename MessageContext to FluentBundle.
    • Rename MessageArgument to FluentType.
    • Rename MessageNumberArgument to FluentNumber.
    • Rename MessageDateTimeArgument to FluentDateTime.
  • Move mapContext* functions to fluent-sequence. (#273)

    The mapContextSync and mapContextAsync functions previously exported
    by the fluent package have been moved to the new fluent-sequence
    package. fluent-sequence 0.1.0 corresponds to the exact
    implementation of these functions from fluent 0.7.0.

    In later versions of fluent-sequence, these functions are called
    mapBundleSync and mapBundleAsync, which is consistent with the naming
    used in fluent 0.8.0.