Skip to content

Releases: wunderschild/country-codes

v0.0.13

23 Oct 13:11
Compare
Choose a tag to compare

Added method listSupported to object ISOCountryCodes.

  • This method lists ISO codes of supported countries.

v0.0.12

28 Aug 18:07
Compare
Choose a tag to compare

Changes since v0.0.8

Countries

  • Updated country names in French and English.
  • Added Czech country names.
  • Country name lookup now ignores diacritics.

Scala

  • Dropped support for Scala 2.11.
  • Added support for Scala 2.13.

v0.0.8

28 Jul 12:42
Compare
Choose a tag to compare
  • Fixed incorrect ISO2 codes in all localization files.
  • Fixed some country names in all localization.
  • Fixed apostrophes in French and Russian localizations.
  • Fixed latin "e" in Russian localization.

v0.0.6

24 Jun 14:32
Compare
Choose a tag to compare

Changes:

  • Fixed Norway ISO2 in English names.
  • Removed incorrect ISO2 from French names.
  • Added Ukrainian country names.
  • Reformatted code.
  • SBT version updated from 1.5.5 to 1.6.2.

v0.0.5

09 May 18:11
d87f284
Compare
Choose a tag to compare

Changes:

  • Implement a JRuby gem wrapper.

v0.0.4

01 Sep 11:35
830643e
Compare
Choose a tag to compare

Changes:

  • Fixed bug causing NullPointerException on Windows when calling ISOCountryCodes.

v0.0.3

25 Oct 18:51
08cd5f3
Compare
Choose a tag to compare

Changes:

  • Upgrade core Scala version to 2.12.12
  • Make the package compatible with Apache Spark 3.0.+

v0.0.2

10 Sep 11:57
5c8f09d
Compare
Choose a tag to compare

Changes:

  • Make the package compatible with Apache Spark 2.4.+ by downgrading Jackson package
  • Rename organization name from default country-codes to io.wunderschild

v0.0.1

02 Sep 15:27
c892a56
Compare
Choose a tag to compare

Initial release