Releases: malcommac/SwiftLocation
Releases · malcommac/SwiftLocation
SwiftLocation 4.0.0 (Swift 5.x+)
This is a major update which brings a new updated core and Swift 5 compatibility.
SwiftLocation 3.2.3 - (Swift 4.x)
SwiftLocation 3.2.0
Version 3.2.0 - Download
Released on: March 16, 2018
- #197 Added neighborhood and formatted address key in
Place
entity. - #181 Fixed an issue with
WhenInUse
authorization under iOS 11 which may cause crashes. - #180
events.listen()
function now returns aTokenID
you can use to remove event listener callback viaevents.remove()
. - #186 Added language support to Google Places APIs requests (default is english).
- #187 Fixed a memory issue with geocoding requests (if you don't keep it alive by assigning the request to a strong var you will not receive responses because the request itself are destroyed immediately). Since this version all requests are keeped strongly by the library itself (you don't need to store them manually anymore and they are removed automatically once finished and events are dispatched). Requests interaction (add/remove of a request) is a thread-safe operation.
- #189 Added support for HTTPS on freeIP service.
SwiftLocation 3.0.1 beta - Swift 4
This is a complete rewrite of SwiftLocation.
API names and features are changed since 2.x branch.
See the documentation in README for more informations.
SwiftLocation 2.0.7
- Fixes several issues with timeout handler on continuous and oneshot tracking
- Added
cancelOnError
option inLocationTracker
class
SwiftLocation 2.0.1
Major rewrite and refactoring.
SwiftLocation 1.2.0
Temporary removed Bluetooth support.
Use 1.1.1 to use it.
1.1.1
SwiftLocation for Swift 3.0
1.0.10: Merge pull request #80 from adellibovi/master
Fix Cocoapods lint