Skip to main content

2.0.0

Released on 2018-05-01

Added

  • Support for GitHub's GraphQL API.

Changed

  • The options object changed and requires using a personal access token. See here.
  • The callback structure changed. I decided to apply a node convention called Error-First in which a callback function's first parameter is the error. See here.