Skip to content

Releases: ezzatron/fake-geolocation

v0.4.0

23 Nov 06:26
v0.4.0
1fbd8fb
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changed

  • [BC BREAK] createDelegatedGeolocation() now requires a permissionsDelegates argument, which is a Map of Geolocation delegates to their related Permissions delegates.

Added

  • Added waitForCoordinates() and compareCoordinates()

Fixed

  • Changing delegates while watching the position no longer causes permission prompts when the selected delegate's geolocation permission is in the prompt state. Instead, the error callback will be called with a PERMISSION_DENIED error. If the selected delegate's geolocation permission subsequently changes to granted or denied, the watch will resume.

v0.3.1

10 Sep 11:34
v0.3.1
fd04ff0
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed

  • Fixed a code style issue in a test file.

v0.3.0

10 Sep 11:31
v0.3.0
a0c0d71
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Delegate selection can now be queried with isDelegateSelected().
  • Wrapped APIs can now be queried with isUsingSuppliedAPIs().

v0.2.0

10 Sep 05:26
v0.2.0
f5091bd
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Finalized initial features.

v0.1.0

29 Jul 03:11
v0.1.0
b6e6cef
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Added

  • Initial release.