Releases: elixir-cldr/cldr_territories
Releases · elixir-cldr/cldr_territories
v2.9.0
Cldr Territories v2.9.0 May 14, 2024
Enhancements
- Updates to support CLDR release 45 via ex_cldr version 2.38.1
- Fixed typespec in
info/1
andinfo!/1
, thanks to @jfpedroza. - Fixed typespec in
known_territory_subdivision/0
, thanks to @richard-ash. - Fixed compiler warnings for Elixir 1.16, thanks to @tomciopp.
- Fixed compiler warnings for Elixir 1.17.
- Require Elixir 1.12.0.
v2.8.1
v2.8.0
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/*
andfrom_subdivision_code!/*
and,
allow optional style to be passed to the underlyingfrom_territory_code/*
in cases where a subdivision is to be treated as a territory. - Added
subdivision_aliases/0
.
v.2.7.0
Cldr Territories v2.7.0 May 5, 2023
Enhancements
- Updates to support CLDR release 43 via ex_cldr version 2.37
v2.6.0
Cldr Territories v2.6.0 January 14, 2023
Enhancements
- Updates to support CLDR release 42 via ex_cldr version 2.34
v2.5.0
Cldr Territories v2.5.0 Octorber 24, 2022
Enhancements
- Updates to ex_cldr version 2.33
- Updates to support CLDR release 41 via ex_cldr version 2.28
v2.4.1
v2.4.0
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
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
andCldr.Config.known_locale_names/1
with the replacement versions inCldr.Locale.Loader
v2.3.0-rc.0
Cldr Territories v2.3.0-rc.0 October 19th, 2021
Enhancements
-
Updates to
ex_cldr
version2.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.