country-data
Version:
Data about countries - like their ISO codes and currencies
137 lines (74 loc) • 3 kB
Markdown
# Changes
## v0.0.31
* fixed deleted countries appearing in countries[alpha2] instead of the current active country - thanks @silverwind
## v0.0.30
* Added emoji flags for countries - thanks @livedo
## v0.0.29
* Added or corrected Olympic codes for Kosovo, Federated States of Micronesia and British Virgin Islands - thanks @giedrius-timinskis
## v0.0.28
* Added notes on getting this package to work with webpack - thanks @luxflux and others in issue #57
* Added missing IOC code for South Sudan (SSD) - thanks @marchah
## v0.0.27
* Fixed Trinidad and Tobago IOC code (was TRI, now TTO) - thanks @mrmckeb
## v0.0.26
* Fixed typo and added tests to prevent it happening again (#56) - thanks @dbellavista
## v0.0.25
* Added previously deleted countries as "deleted" (thanks @mattvadrise in pull request #53)
* Changed name of "Sao Tome and Principe" (thanks @Laboratory)
## v0.0.24
* Added Kosovo as a "user assigned" entry (thanks @doapp-ryanp)
## v0.0.23
* Change license from AGPL3 to MIT (thanks @aduis)
## v0.0.22
* changed "Taiwan, Province Of China" to just "Taiwan" - thanks @azai-yahoo
## v0.0.21
* Added callingCountries - thanks @chemerisuk
* Updated docs to remove things that have been implemented from future additions list
## v0.0.20
* Fix to some language references - thanks @jussi-kalliokoski
* Added csv normalizing utility - so csv diffs should be easy in future
* Fix to East Timor and continent groupings - thanks #iancrowther
* Added currency symbols - thanks @CjS77
## v0.0.19
* Added Malay as a language for Malaysia (thanks to @lpsBetty)
* Removed redundant calling code +521 from Mexico (thanks to @spmarin)
## v0.0.18
* updated several languages, country names and added many regions - thanks to @iancrowther
## v0.0.17
* changed Latvian and Lithuanian currencies to EUR - thanks @gytisgreitai
## v0.0.16
* minor bug fix - thanks @alanshaw
## v0.0.15
* List all calling codes in an expected order - thanks @alanshaw
## v0.0.14
* Added languages - many thanks to Moritz Lawitschka (@lawitschka) for doing the initial work.
## v0.0.13
* @carlosleopoldo added 521 calling code to Mexico
## v0.0.12
* @bebrow contributed `lookup()`
## v0.0.11
* Corrected Georgia calling code (thanks niftylettuce)
## v0.0.10
* Corrected Grenada calling code (thanks niftylettuce)
## v0.0.9
* Added `country-data.regions`
* Added South Sudan
* Added proper accents to São Tomé and Príncipe
## v0.0.8
* Added IOC country codes (thanks fnogatz)
## v0.0.7
* Corrected several calling codes (GB, GA, GF, GG)
## v0.0.6
* Added link to libphonenumber
* Repo name change - to OpenBookPrices from LinkToBooks
## v0.0.5
* in currencies make the `decimals` an integer
## v0.0.4
* added country ISO status
* added country calling codes
## v0.0.3
* got rid of the `countries.alpha2.` style accessors.
## v0.0.2
* added currencies
## v0.0.1
* Initial release