You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include support for LocaleId's and printing of all fields (currency, script, variants, subdivisions)
Add support for currency and subdivisions CLDR data
Improved compile times, resulting file size etc. by changing maps from CanonicalizedMap to const {}, etc.
NOTE: Lookups via the operator [] are still case-insensitive, however direct access to
the languages.languages, territories.territories etc. members become case sensitive.
Added non-countries to territories map
Added static access members for languages, territories, scripts, variants and currencies.