Skip to content

Releases: elixir-cldr/cldr_lists

Cldr Lists version 2.11.1

16 Aug 06:45
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes

  • Fix compiler warnings on Elixir 1.16.

Cldr Lists version 2.10.1

05 Sep 20:42
Compare
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
Compare
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
Compare
Choose a tag to compare

Enhancements

Cldr Lists version 2.9.0-rc.2

25 Oct 11:03
Compare
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
Compare
Choose a tag to compare
Pre-release

Enhancements

Cldr Lists version 2.9.0-rc.1

24 Oct 05:30
Compare
Choose a tag to compare
Pre-release

Deprecations

  • Don't call deprecated Cldr.Config.get_locale/2, call Cldr.Locale.Loader.get_locale/2 instead.

Cldr Lists version 2.8.0

07 Apr 23:59
Compare
Choose a tag to compare

Enhancements