All Versions
15
Latest Version
Avg Release Cycle
49 days
Latest Release
1265 days ago

Changelog History
Page 1

  • v2.7.0 Changes

    November 01, 2020

    โœจ Enhancements

  • v2.7.0-rc.0 Changes

    October 27, 2020

    โœจ Enhancements

  • v2.6.1 Changes

    September 26, 2020

    ๐Ÿš€ This is the changelog for Cldr_lists v2.6.1 released on September 26th, 2020. For older changelogs please consult the release tag on GitHub

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ Use Cldr.default_backend!/0 instead of Cldr.default_backend/0 if its available
  • v2.6.0 Changes

    June 30, 2020

    ๐Ÿš€ This is the changelog for Cldr_lists v2.6.0 released on July 1st, 2020. For older changelogs please consult the release tag on GitHub

    โœจ Enhancements

    • Standardize on :format rather than :style for formatting options. This is part of an ongoing effort to standardise option naming across the CLDR libraries. Thanks to @Zurga for the collaboration. Closes #4. This reverts the decision made in ex_cldr_lists version 2.4.0.

    • ๐Ÿ’… Deprecates Cldr.List.list_styles_for/2 in favour of Cldr.List.list_formats_for/2

    • Updates to use Cldr.locale_and_backend_from/{1, 2} which normalizes extraction of backend and locale from parameters and options. As a result, also bump the minimum version of ex_cldr_numbers to 2.15

  • v2.5.0 Changes

    May 12, 2020

    ๐Ÿš€ This is the changelog for Cldr_lists v2.5.0 released on May 4th, 2020. For older changelogs please consult the release tag on GitHub

    โœจ Enhancements

    • Add implementation for the Cldr.Chars protocol which is used by Cldr.to_string/1 and which is a drop-in replacement for Kernel.to_string/1 with added default localization.
  • v2.5.0-rc.0 Changes

    May 03, 2020

    โœจ Enhancements

    • Add implementation for the Cldr.Chars protocol which is used by Cldr.to_string/1 and which is a drop-in replacement for Kernel.to_string/1 with added default localization.
  • v2.4.0 Changes

    August 30, 2019

    ๐Ÿš€ This is the changelog for Cldr_lists v2.4.0 released on August 31st, 2019. For older changelogs please consult the release tag on GitHub

    ๐Ÿ”„ Changes and deprecations

    • ๐Ÿšš Prefer the keyword option :style over :format to specify the list style in Cldr.List.to_string/3 and Cldr.List.intersperse/3. The keyword :format is deprecated and will be removed in ex_cldr_lists version 3.0

    • Rename Cldr.List.list_pattern_styles_for/2 to Cldr.List.list_styles_for/2. Cldr.List.list_pattern_styles_for/2 will still operate and delegates to Cldr.List.list_styles_for/2. It is now deprecated and will be removed in ex_cldr_lists 3.0.

  • v2.3.0 Changes

    August 28, 2019

    ๐Ÿš€ This is the changelog for Cldr_lists v2.3.0 released on August 29th, 2019. For older changelogs please consult the release tag on GitHub

    โœจ Enhancements

    • Add Cldr.List.known_list_styles/0
  • v2.2.2 Changes

    August 23, 2019

    ๐Ÿš€ This is the changelog for Cldr_lists v2.2.2 released on August 23rd, 2019. For older changelogs please consult the release tag on GitHub

    ๐Ÿ› Bug Fixes

    • Fix @spec for Cldr.List.to_string/3 and Cldr.List.to_string!/3
  • v2.2.1 Changes

    August 21, 2019

    ๐Ÿš€ This is the changelog for Cldr_lists v2.2.1 released on August 21st, 2019. For older changelogs please consult the release tag on GitHub

    ๐Ÿ› Bug Fixes

    • Replace Cldr.get_current_locale/0 with Cldr.get_locale/0 in docs

    • The option :backend to Cldr.List.to_string/3 will be used as the backend if provided

    • ๐Ÿ›  Fix dialyzer warnings