Changelog

[1.0.5] - 2022-10-11

Changed

  • Upgrade Indooratlas SDK to 3.5.5

[1.0.4] - 2021-10-06

Fixed

  • Unexpected traffic if invalid api key or non GroundSage valid api key is used
  • Unable convert geo location to density if requestVenueInfo is not being called

Changed

  • Upgrade Indooratlas SDK to 3.4.9

[1.0.3] - 2021-07-16

Fixed

  • Fix IAGSAreaDensity, IAGSDensityProperty, IAGSDensityConfig, IAGSDensityLevelConfig, IAGSRange, IAGSFloor, IAGSAreaProperty properties can not access from objective-c syntax

[1.0.2] - 2021-07-14

Added

Changed

  • Rename function geoToAreaDensity(_:_:) to geoToAreaDensity(_:floorLevel:)

Fixed

  • Fix unable call geoToAreaDensity(_:floorLevel:) function in Objective-C syntax

[1.0.1] - 2021-05-07

Added

  • New function geoToAreaDensity(_:_:)
  • New setter function IAGSManager.location provide ground truth location to IALocationManager

Changed

  • Upgrade Indooratlas SDK to 3.4.3
  • Migrate to Cloudsmith for package release

Fixed

  • Fix swift version compatibility issue

[1.0.0] - 2021-02-08

Document

  • Added Open Source License page

Added

  • New function IAGSManager.requestWayfindingRoute(from:to:callback)

Changed

  • Upgrade Indooratlas SDK to 3.4.0-GA
  • Update comments formatting
  • Enchance update density on unstable network
  • Remove venue parameter from Protocol IAGSManagerDelegate.didEnterDensityRegion(_ manager, region)
  • Remove venue parameter from Protocol IAGSManagerDelegate.didExitDensityRegion(_ manager, region)
  • Change func startMonitoring(forGeofence: IAGeofence) to func startMonitoring(for geofence: IAGeofence)
  • Change func stopMonitoring(forGeofence: IAGeofence) to func stopMonitoring(for geofence: IAGeofence)
  • Change func setApiKey(_ apiKey: String, apiSecret: String) to func setApiKey(_ apiKey: String, andSecret: String)

[0.3.0] - 2020-12-21

Document

  • Added guideline migrate IndoorAtlas SDK to GroundSage SDK

Added

Changed

Removed

  • Removed function IAGSManager.startSubscription(:venueId)
  • Removed function IAGSManager.stopSubscription(:venueId)
  • Removed function IAGSManager.stopAllSubscription()
  • Removed property IAGSFloor.name in IAGSFloor

[0.2.0] - 2020-11-11

Added

  • New property densityLevel in IAGSDensityLevelConfig which is using for indicating crowd density intensity.

Changed

  • Renamed class IAGSDensityLevel to IAGSDensityLevelConfig.
  • Rename property IAGSDensityLevel.densityLevels to IAGSDensityLevelConfig.densityLevelConfig in IAGSDensityConfig.

Removed

  • Removed property invalid from IAGSRange.
  • Removed class IAGSVenue.IAGSProperty, all contents will put inside IAGSVenue.IAGSAreaProperty directly.

[0.1.0] - 2020-11-02

Added

  • Initial public release with documentation