Skip to content

Releases: koopjs/geohub

v1.0.4

18 Nov 03:19
Compare
Choose a tag to compare

Fixed

  • return callback in request handling when JSON parsing fails.

v1.0.3

23 Oct 00:23
Compare
Choose a tag to compare

Added

  • introduced support for fetching GeoJSON from files with an extension other than .geojson (ex: .json)

v1.0.2

01 Oct 23:50
Compare
Choose a tag to compare

Fixed

  • move debug a from devDependences to dependencies (oops)

v1.0.1

01 Oct 23:07
Compare
Choose a tag to compare

Fixed

  • 401 on unauthenticated requests (#9)

Changed

  • lib/request: function params changed mimicking canonical request options (options, callback)
  • lib/request: deleting qs.access_token when undefined to avoid github 401

Added

  • using debug package in lib/request for debug messages during development

v1.0.0

30 Sep 21:56
Compare
Choose a tag to compare

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)