All Versions
21
Latest Version
Avg Release Cycle
38 days
Latest Release
1750 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)