Skip to content

Latest commit

 

History

History
161 lines (87 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

161 lines (87 loc) · 6.62 KB

Change Log

Version 2.5.0 - March 27, 2019

Full Changelog

Release Notes

  • Updates project to Swift 5.0.

Merged Pull Requests

Version 2.4.2 - November 21, 2018

Full Changelog

Release Notes

  • Updates project to Swift 4.2.

Merged Pull Requests

Version 2.4.1 - June 12, 2018

Full Changelog

Release Notes

  • Updates the country picker to use the current app localization instead of the current device localization.

Closed Issues

Merged Pull Requests

Version 2.4.0 - June 7, 2018

Full Changelog

Release Notes

  • Updates project to Swift 4.1.

Merged Pull Requests

Version 2.3.0 - January 6, 2018

Full Changelog

Release Notes

  • Updates GCCountry.callingCode to include "+".

Merged Pull Requests

Version 2.2.0 - November 22, 2017

Full Changelog

Release Notes

  • Adds support for iOS 9+.

Merged Pull Requests

Version 2.1.0 - November 4, 2017

Full Changelog

Release Notes

  • Adds basic unit tests.
  • Adds theoretical support for Swift Package Manager.

Merged Pull Requests

Version 2.0.0 - October 29, 2017

Full Changelog

Release Notes

  • Adds option to display calling codes using GCCountryPickerDisplayMode.

Merged Pull Requests

  • Add option to display calling codes in country picker view controller #10 (graycampbell)

Version 1.0.4 - October 8, 2017

Full Changelog

Release Notes

  • Removes .jazzy.yml file.
  • Improves framework documentation.

Version 1.0.3 - October 8, 2017

Full Changelog

Release Notes

  • Adds .jazzy.yml file to allow for CocoaDocs parsing.

Version 1.0.2 - October 6, 2017

Full Changelog

Release Notes

  • Improves GCCountryPickerViewController conformance to UITableViewDelegate.

Merged Pull Requests

Version 1.0.1 - October 5, 2017

Full Changelog

Release Notes

  • Fixes a bug that prevented the default list of countries from being displayed by the country picker view controller.

Version 1.0.0 - October 5, 2017

Full Changelog

Release Notes

  • A country picker view controller for iOS 11+ written in Swift.
  • Localized, alphabetized, and searchable, with a default list of 249 countries.
  • Provide your own list of countries for the picker to display using GCCountryPickerDataSource.

Merged Pull Requests