Skip to content

Releases: elixir-cldr/cldr_lists

Cldr Lists version 2.12.2

17 Mar 20:47

Choose a tag to compare

Bug Fixes

  • Fix dialyzer warnings.

Cldr Lists version 2.12.1

19 Feb 09:37

Choose a tag to compare

Enhancements

  • Adds :treat_middle_as_end boolean option to Cldr.List.to_string/3 and Cldr.List.intersperse/3. When true, the :end part of a list pattern is ignored when formatting a list. This can be a convenient way to format a list omitting the trailing " and " pattern for the last element.

Cldr Lists version 2.11.1

16 Aug 06:45

Choose a tag to compare

Bug Fixes

  • Fix specs to suport dialyzer flags :error_handling, :unknown, :underspecs, :extra_return, :missing_return

Cldr Lists version 2.11.0

15 Mar 08:40

Choose a tag to compare

Enhancements

  • Introduces Cldr.List.Pattnern.new/1 to support user-defined list formatting patterns.

Cldr Lists version 2.10.2

02 Nov 10:14

Choose a tag to compare

Bug Fixes

  • Fix compiler warnings on Elixir 1.16.

Cldr Lists version 2.10.1

05 Sep 20:42

Choose a tag to compare

Bug Fixes

  • Fix tests that depended on map key order.

Cldr Lists version 2.10.0

20 Feb 23:02

Choose a tag to compare

Enhancements

  • Updates to ex_cldr version 2.26.0 and ex_cldr_numbers version 2.25.0 which use atoms for locale names and rbnf locale names. This is consistent with other elements of t:Cldr.LanguageTag where atoms are used when the cardinality of the data is fixed and relatively small and strings where the data is free format.

Cldr Lists version 2.9.0

28 Oct 00:06

Choose a tag to compare

Enhancements

Cldr Lists version 2.9.0-rc.2

25 Oct 11:03

Choose a tag to compare

Pre-release

Deprecations

  • Don't call deprecated Cldr.Config.known_locale_names/1, call Cldr.Locale.Loader.known_locale_names/1 instead.

Cldr Lists version 2.9.0-rc.0

03 Oct 14:26

Choose a tag to compare

Pre-release

Enhancements