OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
512 stars 166 forks source link

Prefer assigned countries for alpha2 and alpha3 lookup #63

Closed silverwind closed 7 years ago

silverwind commented 7 years ago

Ensures that the alpha2 and alpha3 lookups return currently assigned country codes. Previously, the last defined country was returned, even if it was just a inactive historical record.

See #62, cc: @mattvadrise.

evdb commented 7 years ago

Thank you for the pull request. I tweaked it slightly.

This pull request has now been merged and v0.0.31 has been published to npm with these changes in it :)