Ex_Cldr_Units v2.3.1 Release Notes

  • ๐Ÿš€ This is the changelog for Cldr_units v2.3.1 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