Skip to content

Releases: kizitonwose/CountryPickerView

3.0.5

07 Dec 14:39
Compare
Choose a tag to compare
  • 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

3.0.4

29 Sep 13:06
Compare
Choose a tag to compare
  • Remove area codes in the dial codes for Dominican Republic and Puerto Rico (thanks @tejasna)

3.0.3

15 Aug 16:17
Compare
Choose a tag to compare
  • Update Jamaica's phone code to +876.

3.0.2

27 Jul 15:08
Compare
Choose a tag to compare
  • Add option to show country codes on the list.
  • Add option to hide the checkmark for the selected country on the list.
  • Update dial codes for Cayman Islands and Pitcairn Islands.

3.0.1

02 Jun 19:19
Compare
Choose a tag to compare
  • Add basic support for Swift Package Manager.
  • Update flag of Sri Lanka.

3.0.0

07 Apr 14:16
Compare
Choose a tag to compare
  • Upgrade to swift 5.0

2.2.5

07 Apr 12:47
Compare
Choose a tag to compare
  • Update Guyana's phone code to +592.
  • Add hostViewController property for presenting/pushing the internal CountryPickerViewController.

2.2.4

27 Feb 20:07
Compare
Choose a tag to compare
  • Fix empty results when searching with lowercase characters.
  • Minor optimizations.

2.2.3

24 Feb 08:54
Compare
Choose a tag to compare
  • Update flag of Iraq

2.2.2

23 Feb 14:12
Compare
Choose a tag to compare
  • Fix bundle issue when installed via Carthage.
  • Localize country names on the list using current locale.
  • Add localizedName property to Country model.