Releases: ezzatron/fake-geolocation
Releases · ezzatron/fake-geolocation
v0.4.0
Changed
- [BC BREAK]
createDelegatedGeolocation()
now requires apermissionsDelegates
argument, which is aMap
ofGeolocation
delegates to their relatedPermissions
delegates.
Added
- Added
waitForCoordinates()
andcompareCoordinates()
Fixed
- Changing delegates while watching the position no longer causes permission prompts when the selected delegate's
geolocation
permission is in theprompt
state. Instead, the error callback will be called with aPERMISSION_DENIED
error. If the selected delegate'sgeolocation
permission subsequently changes togranted
ordenied
, the watch will resume.
v0.3.1
Fixed
- Fixed a code style issue in a test file.
v0.3.0
Added
- Delegate selection can now be queried with
isDelegateSelected()
. - Wrapped APIs can now be queried with
isUsingSuppliedAPIs()
.
v0.2.0
Added
- Finalized initial features.
v0.1.0
Added
- Initial release.