All Versions
15
Latest Version
Avg Release Cycle
49 days
Latest Release
566 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.0 Changes
March 28, 2019๐ This is the changelog for Cldr_lists v2.2.0 released on March 28th, 2019. For older changelogs please consult the release tag on GitHub
โจ Enhancements
- ๐ Updates to CLDR version 35.0.0 released on March 27th 2019.
-
v2.1.0 Changes
March 23, 2019๐ This is the changelog for Cldr_lists v2.1.0 released on March 23rd, 2019. For older changelogs please consult the release tag on GitHub
โจ Enhancements
- ๐ Support
Cldr.default_backend/0
and apply it as the default for functions inCldr.List
- ๐ Support
-
v2.0.2 Changes
March 20, 2019๐ This is the changelog for Cldr_lists v2.0.2 released on March 20th, 2019. For older changelogs please consult the release tag on GitHub
๐ Bug Fixes
- ๐ Fix dialyzer warnings
-
v2.0.1 Changes
๐ This is the changelog for Cldr_lists v2.0.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 istrue
. For example:
defmodule MyApp.Cldr do use Cldr, default_locale: "en-001", locales: ["en", "ja"], gettext: MyApp.Gettext, generate_docs: false end
- ๐ Makes generation of documentation for backend modules optional. This is implemented by the