Skip to content

Tags: dgramop/node-github

Tags

v13.1.0

Toggle v13.1.0's commit message
feat: error on 304s (octokit#673)

304s are only returned if according headers are sent. Caching has to be handled by user

v13.0.2

Toggle v13.0.2's commit message
fix: uploadAsset with `file: fs.createReadStream()`

v13.0.1

Toggle v13.0.1's commit message
fix: respect NO_PROXY environment variable (octokit#667)

v13.0.0

Toggle v13.0.0's commit message
breaking: remove `.get{Scope name}Api()` methods

BREAKING CHANGE: `.get{Scope name}Api()` methods have been removed.

Before you could do this

```js
const reposApi = github.getReposApi()
```

Which is the same as doing

```js
const reposApi = github.repos
```

So we removed it :)

v12.1.0

Toggle v12.1.0's commit message
feat: add child team list route (octokit#664)

v12.0.7

Toggle v12.0.7's commit message
fix: whitelist X-GitHub-SSO header in response (octokit#663)

v12.0.6

Toggle v12.0.6's commit message
fix: calculate content-length correctly for raw markdown request

v12.0.5

Toggle v12.0.5's commit message
fix: don’t pass `filePath` as query parameter

v12.0.4

Toggle v12.0.4's commit message
fix(package): update follow-redirects to version 1.2.6

v12.0.3

Toggle v12.0.3's commit message
fix: routes.json validation for project cards and columns