- Add (internal) override mechanism, and call TWN "Taiwan". (see #44)
- Updated the main currency for Lithuania from
LTL
toEUR
(see #43) - Updated the short name for Czech Reuplic to
Czechia
(see #42)
- Updated the main currency for Slovakia from
SKK
toEUR
(see #41) - Fixed a warning related to
Code#iban
(see #39)
- Improved
search_by_name
to handle names with commas and parentheses (see #37)
- Fixed calling code for Monaco
- Fixed country code for Guernsey IBAN entry. Also removes
nil
entry fromIsoCountryCodes::Code.all
andIsoCountryCodes::Code.for_select
methods.
- Fixed RegExp error in
search_by_name
(see #21) - Moved Cyprus from Asia to Europe
- Added IBAN codes for British Crown Dependencies
- Adds IsoCountryCodes.search_by_iban method to search by IBAN code
- Adds ISO 13616-1 IBAN codes
- Updated with the latest data from Wikipedia
- Allows continents to be accessed in a class instance
- Added ability to raise custom fallbacks and return default values
- Added continent codes
- Corrected Korean currency codes (fixes #13)
- Latvian LAT replaced with the Euro (fixes #10)
- Updated with the latest data from Wikipedia (fixes #12)
- Fixed a problem with IsoCountryCodes.search_by_name when the result is an exact match
- Fixed a problem with IsoCountryCodes.search_by_name when an exception is thrown
- Remvoed Jeweller dependency in development
- Added country calling codes, which may be accessed with the
calling
instance method - Added
search_by_name
,search_by_currency
andsearch_by_calling_code
methods :fuzzy
option onfind
is deprecated (use thesearch_by_name
method instead)
- Updated with the latest data from Wikipedia
- Added IsoCountryCodes.for_select convenience method
- Updated with the latest country names from Wikipedia
- Updated with the latest data from Wikipedia
- Added Ruby 1.9 UTF-8 encoding header
- Updated with the latest country names from Wikipedia
- All Ruby warnings resolved
- Currency codes added
- Inexact strings can now be used to search for country names
- Each country now represented by a single class instead of one for each code
- Initial release