Skip to content

Releases: bmoren/p5.geolocation

0.6

19 Nov 17:28
214fe82
Compare
Choose a tag to compare

adds @mikima fix for getCurrentPosition() when used in preload() with p5js @ v. 0.7.2

closes #11

0.5

26 Jun 02:39
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

breaks backward compatibility with geoFence(), replaced with geoFenceCircle()

@tstefanich added geoFencePoly() for irregular fencing.

0.4

08 Dec 17:02
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

Changed the geoFence to fire the insidethefence callback each time the position updates instead of once only until reset by exiting the fence, this effectively removes the debouncing. I feel like this was case specific and It should be handled by the user if needed. It can be easily re-implemented using the insideFence boolean on the geofence Object.

0.3

01 Dec 22:38
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

fixed GeoFence inside fence callback, critical bug

0.2

24 Nov 21:26
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

remove an extra console.log which adds confusion
Added Min version.

First Release

21 Nov 20:13
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

The first beta release of p5.geolocation. Please report any errors to the issues tab.