All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.0.4 - 2018-11-17
- return callback in request handling when JSON parsing fails.
1.0.3 - 2015-10-22
- introduced support for fetching GeoJSON from files with an extension other than
.geojson(ex:.json)
1.0.2 - 2015-10-01
- move
debuga from devDependences to dependencies (oops)
1.0.1 - 2015-10-01
- 401 on unauthenticated requests (#9)
lib/request: function params changed mimicking canonical request options(options, callback)lib/request: deletingqs.access_tokenwhen undefined to avoid github 401
- using
debugpackage inlib/requestfor debug messages during development
- bad errors for github API rate limits
- access token issues
- dependency issues
- broken tests
- madness
- switched to
optionsstyle for function parameters- e.g.
geohub.gist(options, callback)instead ofgeobhub.gist(id, token, callback)
- e.g.
- using JavaScript Standard Style
- using tape for testing
- modularized & simplified code
- improved readme
- add support for specifying branch (#4)
- legacy release