Skip to content

Releases: elixir-cldr/cldr_territories

v2.9.0

14 May 22:28
Compare
Choose a tag to compare

Cldr Territories v2.9.0 May 14, 2024

Enhancements

v2.8.1

18 Jul 17:18
Compare
Choose a tag to compare

Cldr Territories v2.8.1 July 18, 2023

Enhancements

  • Fixed compiler warning for from_subdivision_code/*.

v2.8.0

15 Jul 19:16
Compare
Choose a tag to compare

Cldr Territories v2.8.0 July 15, 2023

Enhancements

  • Fixed compiler warnings for Elixir 1.15, thanks to @alappe.
  • Resolve subdivision aliases in from_subdivision_code/* and from_subdivision_code!/* and,
    allow optional style to be passed to the underlying from_territory_code/* in cases where a subdivision is to be treated as a territory.
  • Added subdivision_aliases/0.

v.2.7.0

05 May 21:10
Compare
Choose a tag to compare

Cldr Territories v2.7.0 May 5, 2023

Enhancements

v2.6.0

14 Jan 21:01
2da213e
Compare
Choose a tag to compare

Cldr Territories v2.6.0 January 14, 2023

Enhancements

v2.5.0

24 Oct 15:58
b4ef305
Compare
Choose a tag to compare

Cldr Territories v2.5.0 Octorber 24, 2022

Enhancements

v2.4.1

20 Oct 16:11
Compare
Choose a tag to compare

Cldr Territories v2.4.1 Octorber 20nd, 2022

Enhancements

  • Fixed spec for known_territory_subdivisions/2 thanks to @zorbash

v2.4.0

20 Oct 16:10
8c2a43a
Compare
Choose a tag to compare

Cldr Territories v2.4.0 February 22nd, 2022

Enhancements

  • Updates to ex_cldr version 2.26.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.

v2.3.0

28 Oct 20:03
3b62e21
Compare
Choose a tag to compare

Cldr Territories v2.3.0 October 27th, 2021

Enhancements

  • Updates to support CLDR release 40 via ex_cldr version 2.24

  • Replace deprecated Cldr.Config.get_locale/2 and Cldr.Config.known_locale_names/1 with the replacement versions in Cldr.Locale.Loader

v2.3.0-rc.0

19 Oct 18:33
4b448d3
Compare
Choose a tag to compare
v2.3.0-rc.0 Pre-release
Pre-release

Cldr Territories v2.3.0-rc.0 October 19th, 2021

Enhancements

  • Updates to ex_cldr version 2.24 which uses CLDR 40 data

  • Both territories and territory subdivisions are now represented as atoms in the canonical form rather than the previous binary representation.