SwiftLocation v5.0.1 Release Notes

Release Date: 2020-11-28 // over 3 years ago
  • 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.