bancroft
Version:
gpsd client for GPS tracking device.
37 lines (21 loc) • 584 B
Markdown
## ChangeLog
### 0.0.13
+ Now returning `mode`, `ep`* as part of location event. (@iyogeshjoshi)
### 0.0.12
+ Add `track` property to location hash.
### 0.0.11
* remove console log
### 0.0.10
* Add undefined check (issue #9)
### 0.0.9
* Fix date parsing (@flochtililoch)
* Removed automatic gpsd spawning
### 0.0.8
* Node 0.8 support
### 0.0.7
* Port event emitting to v0.6 (eelcocramer)
### 0.0.2
* Added support for [geojson](http://geojson.org/) format as part of the location event.
* Fixed missing speed property within location event.
### 0.0.1
* Initial release