Skip to content

Releases: octokit/app.js

v11.3.1

05 Apr 00:43
cb9cca4
Compare
Choose a tag to compare

11.3.1 (2021-04-05)

Bug Fixes

v11.3.0

31 Mar 00:43
3a466b4
Compare
Choose a tag to compare

11.3.0 (2021-03-31)

Features

  • typescript: derive octokit type from Octokit option (#223) (3a466b4)

v11.2.0

30 Mar 18:37
Compare
Choose a tag to compare

11.2.0 (2021-03-30)

Features

v11.1.0

26 Mar 22:28
0fc1c1e
Compare
Choose a tag to compare

11.1.0 (2021-03-26)

Features

v11.0.0

24 Mar 04:44
8941307
Compare
Choose a tag to compare

BREAKING CHANGES

  • getNodeMiddleware() export has been removed. Use createNodeMiddleware() instead
  • const { token, scopes } = app.oauth.createToken(options) is now const { authentication: { token, scopes } } = app.oauth.createToken(options)
  • const url = app.oauth.getAuthorizationUrl() is now const { url } = app.oauth.getWebFlowAuthorizationUrl();
  • before_delete action removed for token and authorization OAuth events. We could add them back, but it would require an additional request, we'd like to see if there are people why actually use these events.

Features

  • app.oauth.getUserOctokit()
  • app.oauth.refreshToken()
  • app.oauth.scopeToken()
  • app.oauth.createToken() now supports the device flow

v10.3.0

24 Mar 00:57
f11dc1e
Compare
Choose a tag to compare

10.3.0 (2021-03-24)

Features

  • createNodeMiddleware(). Deprecates getNodeMiddleware() (#217) (f11dc1e)

v10.2.2

19 Feb 21:01
7dd1a9c
Compare
Choose a tag to compare

10.2.2 (2021-02-19)

Bug Fixes

v10.2.1

19 Feb 05:33
e1bc8fe
Compare
Choose a tag to compare

10.2.1 (2021-02-19)

Bug Fixes

  • deps: update dependency @octokit/auth-app to v3 (#207) (e1bc8fe)

v10.2.0

19 Feb 02:18
e77bcb7
Compare
Choose a tag to compare

10.2.0 (2021-02-19)

Features

  • typescript: options.oauth.allow# is optional and boolean (#206) (e77bcb7)

v10.1.2

17 Feb 01:26
460bf2e
Compare
Choose a tag to compare

10.1.2 (2021-02-17)

Bug Fixes

  • types: add explicit return type to webhooks() function (#201) (460bf2e)