Skip to content

Releases: jordond/compass

3.0.1

12 Feb 00:53
68e2cf1

Choose a tag to compare

What's Changed

  • Fix ConcurrentModificationException in Location.toModel by @jordond in #338

Dependencies

Full Changelog: 3.0.0...3.0.1

3.0.0

29 Dec 21:03
2483edf

Choose a tag to compare

What's Changed

  • Update documation for Locator.current by @jordond in #311
  • Made location return mslAltitude and ellipsoidalAltitude by @michalgwo in #264

BREAKING CHANGES

Due to #264 :

There is a discrepancy between the altitude returned on Android and iOS. Android returns the altitude above the WGS84 reference ellipsoid (docs), but iOS returns the altitude above mean sea level

  • Location.altitude no longer exists, instead there is:
    • Location.mslAltitude
    • Location.ellipsoidalAltitude
  • Altitude.meters is now nullable

Dependencies

Full Changelog: 2.4.1...3.0.0

2.4.1

20 Oct 17:16
ae0ac65

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

11 Aug 23:16

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.1

2.3.1

09 Jun 18:52
7b68502

Choose a tag to compare

What's Changed

  • [iOS] Fixed asking for permission when dialog dismissed by @michalgwo in #223
  • Fix iOS location validity implementation details by @mlthlschr in #230

As per #230, on iOS speed, course, and altitude now return null instead of a negative float value when there is no or invalid data from the sensors.

Dependencies

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

21 May 21:01
4b67dcf

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

13 May 21:18
009df13

Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

2.1.1

13 May 15:46
b1f0801

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

10 May 00:23
f5c3faa

Choose a tag to compare

What's Changed

  • [iOS] Allow requesting When In Use Authorization by @michalgwo in #202
  • [iOS] Prevent requestPermission callback from invoking multiple times and overriding permissionCallback by @michalgwo in #201
  • Update compose.multiplatform to v1.8.0 by @renovate in #204

Dependencies

Full Changelog: 2.0.1...2.0.2

2.0.1

25 Apr 00:22
965a4a4

Choose a tag to compare

What's Changed

  • Correctly name the compass-geolocation and compass-geolocation-browser artifacts by @cristan in #180
  • Make error_message nullable in GeocodeResponse to fix Google Maps Geocoder response parsing by @percy-g2 in #194
  • Ask for permission before tracking location on iOS by @michalgwo in #196
  • Kotlin 2.1.20

Dependencies

New Contributors

Full Changelog: 2.0.0...2.0.1