Skip to content

Latest commit

 

History

History
304 lines (166 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

304 lines (166 loc) · 20.6 KB

Change Log

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

7.0.0 (2025-01-20)

Note: Version bump only for package @capacitor/geolocation

7.0.0-rc.0 (2025-01-13)

Note: Version bump only for package @capacitor/geolocation

7.0.0-alpha.2 (2024-12-19)

Note: Version bump only for package @capacitor/geolocation

7.0.0-alpha.1 (2024-12-16)

Features

  • geolocation: add minimumUpdateInterval parameter for startWatch (#2272) (c6ddc53)

6.0.1 (2024-08-08)

Note: Version bump only for package @capacitor/geolocation

6.0.0 (2024-04-15)

Note: Version bump only for package @capacitor/geolocation

6.0.0-rc.1 (2024-03-25)

Note: Version bump only for package @capacitor/geolocation

6.0.0-rc.0 (2024-02-07)

Note: Version bump only for package @capacitor/geolocation

6.0.0-beta.1 (2023-12-14)

Note: Version bump only for package @capacitor/geolocation

6.0.0-beta.0 (2023-12-13)

Note: Version bump only for package @capacitor/geolocation

6.0.0-alpha.2 (2023-11-15)

Note: Version bump only for package @capacitor/geolocation

6.0.0-alpha.1 (2023-11-08)

Note: Version bump only for package @capacitor/geolocation

5.0.6 (2023-07-12)

Note: Version bump only for package @capacitor/geolocation

5.0.5 (2023-06-29)

Note: Version bump only for package @capacitor/geolocation

5.0.4 (2023-06-08)

Note: Version bump only for package @capacitor/geolocation

5.0.3 (2023-06-08)

Note: Version bump only for package @capacitor/geolocation

5.0.2 (2023-05-09)

Note: Version bump only for package @capacitor/geolocation

5.0.1 (2023-05-05)

Bug Fixes

5.0.0 (2023-05-03)

Note: Version bump only for package @capacitor/geolocation

5.0.0-beta.1 (2023-04-21)

Features

  • Update gradle to 8.0.2 and gradle plugin to 8.0.0 (#1542) (e7210b4)

5.0.0-beta.0 (2023-03-31)

Note: Version bump only for package @capacitor/geolocation

5.0.0-alpha.1 (2023-03-16)

Bug Fixes

  • geolocation: use LocationRequest builder instead of deprecated create (#1483) (7cfa12c)

Features

  • android: Removing enableJetifier (d66f9cb)

4.1.0 (2022-11-16)

4.0.1 (2022-07-28)

4.0.0 (2022-07-27)

4.0.0-beta.2 (2022-07-08)

4.0.0-beta.0 (2022-06-27)

Bug Fixes

  • geolocation: reject checkPermissions / requestPermissions if location services are disabled (#1053) (774ec6e)
  • geolocation: stop location requests on pause (#1018) (eb24f25)

Features

4.0.1 (2022-07-28)

Note: Version bump only for package @capacitor/geolocation

4.0.0 (2022-07-27)

Note: Version bump only for package @capacitor/geolocation

4.0.0-beta.2 (2022-07-08)

Note: Version bump only for package @capacitor/geolocation

4.0.0-beta.0 (2022-06-27)

Bug Fixes

  • geolocation: reject checkPermissions / requestPermissions if location services are disabled (#1053) (774ec6e)
  • geolocation: stop location requests on pause (#1018) (eb24f25)
  • add es2017 lib to tsconfig (#180) (2c3776c)
  • correct addListeners links (#655) (f9871e7)
  • inline source code in esm map files (#760) (a960489)
  • remove postpublish scripts (#656) (ed6ac49)
  • geolocation: Make getCurrentPosition return only once (#470) (c5f1ceb)
  • geolocation: Replace deprecated call.save with new keepAlive API (#375) (e4e7cf4)
  • geolocation: return cached location if newer than maximumAge (#639) (7b08eea)
  • geolocation: Use the new APIs for handling/saving calls (#374) (ebd5b52)
  • support deprecated types from Capacitor 2 (#139) (2d7127a)

Features

  • set targetSDK default value to 31 (#824) (3ee10de)
  • set targetSDK default value to 32 (#970) (fa70d96)
  • Upgrade gradle to 7.4 (#826) (5db0906)
  • Use java 11 (#910) (5acb2a2)
  • android: implements Activity Result API changes for permissions and activity results (#222) (f671b9f)
  • geolocation: Add new alias for coarse location (#684) (7563040)
  • geolocation: Error if Google Play Services are not available (#709) (fc79c43)
  • geolocation: Throw error if location is disabled (#589) (14724c5)
  • add commonjs output format (#179) (8e9e098)
  • Geolocation plugin (#13) (911ae71)

1.3.1 (2022-01-19)

Bug Fixes

1.3.0 (2021-12-08)

Features

  • geolocation: Error if Google Play Services are not available (#709) (fc79c43)

1.2.0 (2021-11-17)

Features

  • geolocation: Add new alias for coarse location (#684) (7563040)

1.1.3 (2021-11-03)

Note: Version bump only for package @capacitor/geolocation

1.1.2 (2021-10-14)

Bug Fixes

1.1.1 (2021-10-13)

Bug Fixes

  • correct addListeners links (#655) (f9871e7)
  • geolocation: return cached location if newer than maximumAge (#639) (7b08eea)

1.1.0 (2021-09-01)

Features

  • geolocation: Throw error if location is disabled (#589) (14724c5)

1.0.2 (2021-06-23)

Bug Fixes

  • geolocation: Make getCurrentPosition return only once (#470) (c5f1ceb)

1.0.1 (2021-06-09)

Note: Version bump only for package @capacitor/geolocation

1.0.0 (2021-05-19)

Note: Version bump only for package @capacitor/geolocation

0.4.7 (2021-05-11)

Note: Version bump only for package @capacitor/geolocation

0.4.6 (2021-05-10)

Note: Version bump only for package @capacitor/geolocation

0.4.5 (2021-05-07)

Bug Fixes

  • geolocation: Replace deprecated call.save with new keepAlive API (#375) (e4e7cf4)
  • geolocation: Use the new APIs for handling/saving calls (#374) (ebd5b52)

0.4.4 (2021-04-29)

Note: Version bump only for package @capacitor/geolocation

0.4.3 (2021-03-10)

Note: Version bump only for package @capacitor/geolocation

0.4.2 (2021-03-02)

Note: Version bump only for package @capacitor/geolocation

0.4.1 (2021-02-27)

Note: Version bump only for package @capacitor/geolocation

0.4.0 (2021-02-10)

Features

  • android: implements Activity Result API changes for permissions and activity results (#222) (f671b9f)

0.3.2 (2021-02-05)

Note: Version bump only for package @capacitor/geolocation

0.3.1 (2021-01-26)

Note: Version bump only for package @capacitor/geolocation

0.3.0 (2021-01-14)

Note: Version bump only for package @capacitor/geolocation

0.2.0 (2021-01-13)

Bug Fixes

Features

0.1.3 (2021-01-13)

Note: Version bump only for package @capacitor/geolocation

0.1.2 (2021-01-08)

Note: Version bump only for package @capacitor/geolocation

0.1.1 (2020-12-27)

Note: Version bump only for package @capacitor/geolocation

0.1.0 (2020-12-20)

Bug Fixes

  • support deprecated types from Capacitor 2 (#139) (2d7127a)

Features