Skip to content

Tags: frikke/probot

Tags

v11.0.0

Toggle v11.0.0's commit message
feat: probot v11

BREAKING CHANGE: TBD

v11.0.0-beta.4

Toggle v11.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: un-deprecate `(app) => {}`. Deprecate `({ app, getRouter }) => …

…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)

see discussion at probot#1286 (comment)

v10.19.0

Toggle v10.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: un-deprecate `(app) => {}`. Deprecate `({ app, getRouter }) => …

…{}` in favor of `(app, { getRouter }) => {}` (probot#1441)

see discussion at probot#1286 (comment)

v11.0.0-beta.3

Toggle v11.0.0-beta.3's commit message
feat(typescript): export `ApplicationFunctionOptions` type

addresses https://github.com/probot/probot/pull/1405\#issuecomment-731488088

v11.0.0-beta.2

Toggle v11.0.0-beta.2's commit message
fix: remove deprecation messages about no longer used environment var…

…iables "IGNORED_ACCOUNTS" and "DISABLE_STATS"

v11.0.0-beta.1

Toggle v11.0.0-beta.1's commit message
test: adapt for latest supertest

v10.18.0

Toggle v10.18.0's commit message
fix: load app function only once when using createNodeMiddleware (pro…

…bot#1432)

v10.18.0-beta.5

Toggle v10.18.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: load app function only once when using createNodeMiddleware (pro…

…bot#1432)

v10.18.0-beta.4

Toggle v10.18.0-beta.4's commit message
fix: `createProbot() without options

v10.18.0-beta.3

Toggle v10.18.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `createProbot()`, `createNodeMiddleware(app, { probot })`. Depr…

…ecates `getOptions`, `createNodeMiddleware(app, { Probot })` (probot#1431)