Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

v0.1.3-alpha

Compare
Choose a tag to compare
@mlynch mlynch released this 10 Jul 20:12
· 928 commits to master since this release

v0.1.3-alpha

NEW

  • API Change for Geolocation, DeviceMotion, and DeviceOrientation plugins. They now return an object of the form:
{
  promise: deferrable,
  watchId: watchId
}

Where promise is the internal promise, and watchId is the watchId that can be used to clear the watch later.

And lots of fixes!