Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 00:28

BREAKING CHANGES

  • Official support for Node 8 removed
  • @octokit/plugin-enterprise-rest renamed to @octokit/plugin-enterprise-server
  • requiring subfolders is no longer supported. Instead of const plugin = require("@octokit/plugin-enterprise-rest/ghe-2.18"), do const { enterpriseServer218 } = require(@octokit/plugin-enterprise-server)

Features