2.0.0 (2016-08-06)
- Add a Bool property
var forceReverseGeocoding
to decide if reverse geocoding should be performed #9 - Migrate to Swift 2.3 and support iOS 10
func selectLocaitonItem
is now public in order to allow setting a default location #9- Enable filtering search results #9
- Add a Bool property
var isRedirectToExactCoordinate
to decide whether redirect to the exact coordinate after queried - Avoid duplicate texts in table view cells
- Fix the misuse of NSCoding
- Fix the misuse of layout guide
- Fix the framework linking problem in demo
- Fix the coordinate offset in iOS 10
1.2.0 (2016-06-10)
- Add the capability to allow the selection of locations that did not match or exactly match search results #6
1.1.2 (2016-06-10)
- Rename
func addButtons
tofunc addBarButtons
- Move
doneButtonItem
property to tuplebarButtonsItems
- Make
cancelButtonItem
public
- Fix the issue that the LocatiobPicker.framework is missing in demo app #7
1.1.1 (2016-05-09)
- Support offline location for
LocationItem
- Fix a typo in demo
1.1.0 (2016-05-08)
- Support offline location entry #5
1.0.4 (2016-05-06)
- Fix the issue with Carthage #3
1.0.3 (2016-04-12)
- Rename
func customizeLocationDeniedAlertController
tofunc setLocationDeniedAlertControllerTitle
- Support Objective-C #1
1.0.2 (2016-04-12)
- Swift Package Manager support
1.0.1 (2016-04-10)
- iOS 8 support
1.0.0 (2016-04-09)
- Initial release