Skip to content

v1.0.0

Compare
Choose a tag to compare
@ungoldman ungoldman released this 30 Sep 21:56

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 of geobhub.gist(id, token, callback)
  • using JavaScript Standard Style
  • using tape for testing
  • modularized & simplified code
  • improved readme

Added

  • add support for specifying branch (#4)