8000 Tags · dizzydaizy/app.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dizzydaizy/app.js

Tags

v10.2.2

Toggle v10.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
10000
fix(README): usage example (octokit#208)

v10.2.1

Toggle v10.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @octokit/auth-app to v3 (octokit#207)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v10.2.0

Toggle v10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(typescript): `options.oauth.allowSignup` is optional and boolean (

…octokit#206)

v10.1.2

Toggle v10.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): add explicit return type to webhooks() function (octokit#201

)

Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>

v10.1.1

Toggle v10.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): lock file maintenance

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v10.1.0

Toggle v10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add implementation of eachRepository({ installationId }, callba…

…ck) (octokit#189) thanks @tmadeira, @oscard0m, @wolfy1339

With this patch, users can optionally pass an installation ID to
`app.eachRepository` to iterate through repositories of one specific
installation, as written in README:

```
for await (const { octokit, repository } of app.eachRepository.iterator({ installationId })) { /* ... */ }
await app.eachRepository({ installationId }, ({ octokit, repository }) => /* ... */)
```

v10.0.3

Toggle v10.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): lock file maintenance

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v10.0.2

Toggle v10.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update to `@octokit/types` v6 (octokit#166)

v10.0.1

Toggle v10.0.1's commit message
fix(README): replace `:param` notation with `{param}`

`:param` is still supported, but deprecated

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: initial version of the all new `@octokit/app` (octokit#139) (oc…

…tokit#140)

BREAKING CHANGE: This is an entire new library to build GitHub Apps
0