Releases: koopjs/geohub
Releases · koopjs/geohub
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Fixed
- 401 on unauthenticated requests (#9)
Changed
lib/request
: function params changed mimicking canonical request options(options, callback)
lib/request
: deletingqs.access_token
when undefined to avoid github 401
Added
- using
debug
package inlib/request
for debug messages during development
v1.0.0
Fixed
- bad errors for github API rate limits
- access token issues
- dependency issues
- broken tests
- madness
Changed
- switched to
options
style 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
Added
- add support for specifying branch (#4)