All Versions
16
Latest Version
Avg Release Cycle
87 days
Latest Release
1231 days ago

Changelog History
Page 2

  • v3.2.1

    March 19, 2018
  • v3.2.0 Changes

    March 16, 2018

    ๐Ÿ”– 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 a TokenID you can use to remove event listener callback via events.remove().
    • 0๏ธโƒฃ #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.
  • v3.1.0

    December 07, 2017
  • v3.0.1 Changes

    October 29, 2017

    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.

  • v3.0.1-beta Changes

    October 29, 2017

    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.

  • v2.0.7 Changes

    May 08, 2017
    • ๐Ÿ›  Fixes several issues with timeout handler on continuous and oneshot tracking
    • โž• Added cancelOnError option in LocationTracker class