Skip to content

v2.0.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 29 Dec 21:57

2.0.0 (2018-12-29)

Features

BREAKING CHANGES

  • #8: Changed octokit.throttle.on('abuse-limit', handler) and 'rate-limit' to
const octokit = new Octokit({
  throttle: {
    onAbuseLimit: handler,
    onRateLimit: handler
  }
});