Ex_Cldr_Units v2.0.0 Release Notes

  • ๐Ÿš€ This is the changelog for Cldr_units v2.0.0 released on November 24th, 2018. For older changelogs please consult the release tag on GitHub

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”ง Cldr.Unit now requires a Cldr backend module to be configured

    • ๐Ÿ”ง In order for the String.Chars protocol to be supported (which is used in string interpolation and by Kernel.to_string/1) a default backend must be configured. For example in config.exs:

      config :ex_cldr_units,
      default_backend: MyApp.Cldr
      

    โœจ Enhancements

    • ๐Ÿ“ฆ Move to a backend module structure with ex_cldr version 2.0