Skip to content

Latest commit

 

History

History
259 lines (93 loc) · 9.25 KB

CHANGELOG.md

File metadata and controls

259 lines (93 loc) · 9.25 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.10 (2023-01-24)

Bug Fixes

  • android: native-api-usage fix (fb7d3d9)

3.1.9 (2023-01-23)

Bug Fixes

  • android: improved native-api-usage (6e5f065)

3.1.8 (2022-12-15)

Bug Fixes

  • android: try to ensure status change fires correctly (previous enable state being good) (25b609f)

3.1.7 (2022-12-01)

Note: Version bump only for package @nativescript-community/gps

3.1.6 (2022-11-18)

Bug Fixes

  • ios: default distanceFilter to none to ensure we get locations (2bd9295)

Features

  • ios: support for minimumUpdateTime (125778f)

3.1.5 (2022-09-22)

Bug Fixes

  • android: gps status events not beeing sent (3d5ee63)

3.1.4 (2022-04-09)

Bug Fixes

  • android: better getLastKnownLocation (a52eaff)

3.1.3 (2022-02-14)

Note: Version bump only for package @nativescript-community/gps

3.1.2 (2022-02-14)

Bug Fixes

  • android: add support for Android 12 (0e4b668)
  • android: ensure location timestamp is always valid (d169b35)

3.1.1 (2021-12-07)

Bug Fixes

  • android: prevent error on null location from native (176cd74)

3.1.0 (2021-10-21)

Features

  • android: native-api-usage (ab6d5f0)

3.0.0 (2021-04-20)

Bug Fixes

  • getLastKnownLocation through GPS (e2ab0ca)
  • unify watchLocation Promise to throw on both platforms on error (117e818)
  • use CoreType.Accuracy not Accuracy (6c92875)

2.1.8 (2021-04-07)

Bug Fixes

  • dont force manifest and info.plist perms (eefb9ae)
  • ios: locationManagerDidPauseLocationUpdates (dcbd43d)

Features

  • getLocationMonitoring to get native location manager (3b84539)

2.1.7 (2021-02-04)

Bug Fixes

  • android: prevent crash in getLastKnownLocation #8 (1cea4ad)

2.1.6 (2021-01-13)

Bug Fixes

  • android: openSettings resolve with a boolean (isEnabled) (db4d6d2)

2.1.5 (2020-11-26)

Bug Fixes

  • fix after trace mode change (1b626ee)

2.1.4 (2020-11-23)

Note: Version bump only for package @nativescript-community/gps

2.1.3 (2020-11-22)

Note: Version bump only for package @nativescript-community/gps

2.1.2 (2020-11-17)

Bug Fixes

  • android fix for pre 24 devices with nmeaAltitude option (492e28b)

2.1.1 (2020-11-06)

Bug Fixes

  • android fix crash < 24 for now (0bb2e3d)

2.1.0 (2020-09-06)

Bug Fixes

  • better handle of skip permissions (04b2981)
  • bring back debug mode (a64fc6b)
  • context fix (2390abd)
  • correctly support always feature (e9a34b5)
  • disable boottime for now as it is wrong (0e9cbaa)
  • dont check enabled to open settions (4e1b4bc)
  • dont modify the original object to compute distance (9284fbb)
  • dont use getTime() (a472ce9)
  • esm using import for tree shaking (bd6f052)
  • full esm support (f6f8ab2)
  • getCurrentLocation with maximumAge: wait for a valid location (a3bafce)
  • sideEffects for tree shacking (daaef8c)
  • ios: wrongly return permission not granted (52eda8b)
  • missing files for ios (b3085f6)
  • renamed option (29e6fc7)
  • renamed option (5cb0f64)
  • store location age in case it is needed to debug (60ea89e)
  • timestamp is now a number (epoch) (42c3f0b)
  • typo (b6056ca)
  • use interface instead of class (be18201)

Features