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

Changelog History
Page 1

  • v5.0.2 Changes

    December 06, 2020

    Released on 2020-12-06

    • [FIX] [#316] Fix incorrect nonDetermined status handling causing unauthorized error for one shot requests
  • v5.0.1 Changes

    November 28, 2020

    Released on 2020-11-28

    • ๐Ÿ“ฆ [NEW] [#311] Added support for Swift Package Manager dynamic library.
    • ๐Ÿ‘ [NEW] [#312] Add support for precise and reduced GPS accuracy option introduced in iOS 14+.
    • โšก๏ธ [NEW] [#313] Expose allowsBackgroundLocationUpdates and pausesLocationUpdatesAutomatically property to SwiftLocation
    • [NEW] [#314] Add opportunity to discard and not automatic save GPS/Geofence/Visits requests between app sessions.
    • [NEW] [#286] Add BundleIdentifier to Google-requests to enable google api restriction option.
    • ๐Ÿ›  [FIX] [#309] Fixed an issue when evaluating minDistance property of the Location Manager.
    • ๐Ÿ›  [FIX] [#303] Fixed an issue when compiling Mac Catalyst 14+ ('rangedRegions' fix).
    • โš  [FIX] [#305] Fixed several warnings with Mac Catalyst
    • ๐Ÿ›  [FIX] [#310] Fixed an issue with Codable and GPSLocationOptions's where timeout variable is nullable.
    • ๐Ÿ— [FIX] [#306] Fixed gpsLocationWith() init with builder which does not work correctly (cannot configure get continuous GPS values).
    • โš  [FIX] [#304] Added LICENSE file to silent warning of CocoaPods.
    • ๐Ÿ“š [FIX] [#302] Updated README.md documentation.
  • v5.0.0 Changes

    November 11, 2020

    Released on 2020-11-12

    ๐Ÿ”จ This is a major refactor of the library. See the doc for other infos.

  • v4.2.0 Changes

    November 17, 2019

    Released on : 2019-11-17

    ๐Ÿ”„ CHANGES

    • ๐Ÿ‘ #266 [NEW] Added support for iBeacon's beacon tracking
    • ๐Ÿ“ฆ #271 [NEW] Fixed issue in SPM package which prevents library to be compiled in XCode 11 due to iOS9 related errors.
    • #265 [CHG] Relaxed the accuracy level (both for horizontal accuracy and received interval) for room (60mts/40secs) and house (25mts/20secs)
    • #272 [FIX] AutoCompleteRequest.Options has now a public init.
    • ๐Ÿšš #267 [FIX] Fixed bug which prevents oneShot location requests to be removed from queue after completing.
  • v4.1.0 Changes

    September 14, 2019

    ๐Ÿš€ Release On: 2019-09-13

    ๐Ÿ”„ CHANGES

    • #248 [NEW] Added dataFrequency property to the LocationRequest object which allows to filter continous subscription data by time/distance constraints.
    • ๐Ÿ“ฆ #261 [NEW] Added support for Swift Package Manager (Swift 5.x).
    • ๐Ÿ“œ #262 [FIX] place_id is now parsed correctly as identifier property of the Place instance both for OpenStreetMap and GoogleMaps requests.
    • #262 [FIX] rawData property of the Place allows you to access to the raw data returned from 3rd party services.
    • #263 [FIX] GeocoderRequest.Options initializer is now accessible.
  • v4.0.2 Changes

    May 12, 2019

    Released on : 2019-05-12

    ๐Ÿ”„ CHANGES

    • #257 [NEW] LocationManager's completeAllLocationRequest() function is now public and allows you to complete all gps location requests with a single command by passing optional error reason.
    • โฑ #256 [NEW] LocationRequest now produces a new type of error in case of missing required location before timeout. It's called requiredLocationNotFound and includes both the time interval of the timeout and the last absolute location received from gps module (regardless the required accuracy).
  • v4.0.1 Changes

    May 12, 2019

    Releaed on : 2019-04-30

    ๐Ÿ”„ CHANGES:

    • ๐Ÿ›  #254 Fixes a bug where authorization not asked in case of .significant subscription
  • v4.0.0 Changes

    May 12, 2019

    โšก๏ธ This is a major update which brings a new updated core and Swift 5 compatibility.

  • v3.2.3

    May 12, 2019
  • v3.2.2

    March 28, 2018