Skip to content

Releases: loup-v/geolocation

Version 1.1.2

05 Feb 20:34
9754452
Compare
Choose a tag to compare
  • Update streams_channel to 0.3.0. Fix related compilation warnings.
  • Update android dependencies and internal json communication

Version 1.1.1

05 Feb 04:01
Compare
Choose a tag to compare
  • Update gradle wrapper to version 5.6.2

Version 1.1.0

05 Feb 02:27
87cb75b
Compare
Choose a tag to compare
  • Breaking change : Geolocation.requestLocationPermission now takes a named parameter for permission
  • Breaking change : New GeolocationResultErrorType.permissionNotGranted type. Previous meaning for permissionDenied is now divided in two different states:
    • permissionNotGranted: User didn't accept nor decline the locationn permission request yet
    • permissionDenied: User specifically declined the permission request
  • Ability to open settings when requesting permission, and user already declined the permission previously: Geolocation.requestLocationPermission(openSettingsIfDenied: true) (opening the settings as fallback is now the default behaviour).
  • Fix background pause/resume on iOS
  • Refactor iOS internal structure

Version 1.0.2

03 Feb 23:21
Compare
Choose a tag to compare
  • Fix Accuracy.nearestTenMeters on iOS

v1.0.1

30 Jan 15:19
Compare
Choose a tag to compare

See CHANGELOG.md for details.

v1.0.0

29 Jan 16:43
Compare
Choose a tag to compare

See CHANGELOG.md for details.

0.2.1

12 Apr 02:42
Compare
Choose a tag to compare
v0.2.1

Update readme.

0.2.0

12 Apr 01:08
Compare
Choose a tag to compare
v0.2.0

Bump version to v0.2.0.

0.1.1

03 Apr 04:11
Compare
Choose a tag to compare
v0.1.1

Update readme.

0.1.0

03 Apr 03:58
Compare
Choose a tag to compare
v0.1.0

Initial commit.