Ex_Cldr_Numbers v2.4.2 Release Notes

  • ๐Ÿš€ This is the changelog for Cldr v2.4.2 released on March 15th, 2019. For older changelogs please consult the release tag on GitHub

    โœจ Enhancements

    • ๐Ÿ“š Makes generation of documentation for backend modules optional. This is implemented by the :generate_docs option to the backend configuration. The default is true. For example:
    defmodule MyApp.Cldr do
      use Cldr,
        default_locale: "en-001",
        locales: ["en", "ja"],
        gettext: MyApp.Gettext,
        generate_docs: false
    end