Ex_Money v3.0.0 Release Notes

  • ๐Ÿš€ This is the changelog for Money v3.0.0 released on November 23rd, 2018. For older changelogs please consult the release tag on GitHub

    ๐Ÿš€ The primary purpose of this release is to support ex_cldr version 2.0

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš Money.from_tuple/1 has been removed
    • ๐Ÿ“ฆ Uses ex_cldr version 2. Please see the changelog for configuration changes that are required.
    • Requires a default_cldr_backend to be configured in config.exs. For example: config :ex_money, ... default_cldr_backend: MyApp.Cldr end