We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IsoCountry.getCode()
IsoCountry.getAlpha2Code()
IsoCountry.fromCode(String)
IsoCountry.fromAlpha2Code(String)
The text was updated successfully, but these errors were encountered:
0e0c268
Remove deprecated method (closes #49)
c47d148
No branches or pull requests
IsoCountry.getCode()
is now deprecated in favor orIsoCountry.getAlpha2Code()
(since Add ISO 3166-1 alpha-3 and numeric codes to ISOCountry #43).IsoCountry.fromCode(String)
is now deprecated in favor orIsoCountry.fromAlpha2Code(String)
(since Add ISO 3166-1 alpha-3 and numeric codes to ISOCountry #43).The text was updated successfully, but these errors were encountered: