All Versions
21
Latest Version
Avg Release Cycle
38 days
Latest Release
1335 days ago

Changelog History
Page 1

  • v3.1.3 Changes

    August 02, 2020
    • โž• Add method func excludedCountries(in countryPickerView: CountryPickerView) -> [Country] to CountryPickerViewDataSource.
  • v3.1.2 Changes

    April 18, 2020
    • ๐Ÿ”” Notify the delegate when the selected country is set programmatically.
  • v3.1.1 Changes

    April 05, 2020
    • โž• Add country - Curacao (thanks @zfoltin)
  • v3.1.0 Changes

    March 01, 2020
    • Sort countries using their localized names if available (thanks @remy-shopopop)
  • v3.0.9 Changes

    February 22, 2020
    • ๐Ÿ‘ Allow showing the country name on the view (thanks @itsniper)
  • v3.0.8 Changes

    February 12, 2020

    ๐Ÿ›  Fix UISearchController crash.

  • v3.0.7 Changes

    January 06, 2020
    • โœ‚ Remove country - Netherlands Antilles
    • โž• Add country - Sint Maarten
  • v3.0.6 Changes

    December 15, 2019
    • ๐Ÿ‘‰ Make countries property public in CountryPickerView class.
  • v3.0.5 Changes

    December 07, 2019
    • ๐Ÿ›  Fix the name of Iran (thanks @hojatdelfan)
    • โž• Add Kosovo to the list of countries.
    • ๐Ÿ‘‰ Make countries property internal in CountryPickerView class. Please use the "preferred countries" feature if you only want to show some countries.
    • ๐Ÿ‘ Allow setting the locale to be used for country names on the list via CountryPickerViewDataSource:
      func localeForCountryNameInList(in countryPickerView: CountryPickerView) -> Locale
  • v3.0.4 Changes

    September 29, 2019
    • โœ‚ Remove area codes in the dial codes for Dominican Republic and Puerto Rico (thanks @tejasna)