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)