Releases: elixir-cldr/cldr_territories
v2.2.2
v2.2.1
v2.2.0
Cldr Territories v2.2.0 April 19th, 2021
Enhancements
-
Requires
ex_cldr
version2.20
or later to use CLDR data version 39. As with all CLDR releases, underlying data can change and tests are updated to reflect those changes. -
Added
known_subdivisions/1
,known_territory_subdivisions/2
,from_subdivision_code/3
andtranslate_subdivision/4
to support subdivison, thansk to @mskv. -
Improved proformance for
from_territory_code/2
,from_subdivision_code/2
,translate_territory/4
andtranslate_subdivision/4
, thanks to @kipcole9.
v2.1.0
Cldr Territories v2.1.0 June 8th, 2020
Enhancements
-
Requires
ex_cldr
version2.14
or later to use CLDR data version 37. As with all CLDR releases, underlying data can change and tests are updated to reflect those changes. -
Updated readme to reflect changes in EU composition and the updated data returned territories
-
CLDR 37 also reflects that the UK is no longer part of the EU.
-
Minimum version of Elixir required is 1.8 to align with the baseline
ex_cldr
library -
Fix typespec leading to dialyzer errors
-
Update dependencies in development
v2.0.1
v2.0.0
v1.4.0
v1.3.1
v1.3.0
Enhancements
- Added options
[as: :atom]
,[as: :binary]
and[as: :charlist]
to following functions the defualt is[as: :atom]
parent/2
andparent!/2
children/2
andchildren!/2
to_currency_code/2
andto_currency_code!/2
to_currency_codes/2
andto_currency_codes!/2
country_codes/2
- Improved specs
- Relaxed posion and jason dependency