Skip to content

Releases: octokit/oauth-methods.js

v2.0.3

29 Aug 21:25
68b9cd4
Compare
Choose a tag to compare

2.0.3 (2022-08-29)

Bug Fixes

  • deps: update dependency @octokit/types to v7 (#77) (68b9cd4)

v2.0.2

08 Jul 19:07
0b06d7b
Compare
Choose a tag to compare

2.0.2 (2022-07-08)

Bug Fixes

  • deps: update dependency @octokit/oauth-authorization-url to v5 (#64) (0b06d7b)
  • deps: update dependency @octokit/request-error to v3 (#65) (40824b8)

v2.0.1

08 Jul 01:48
0a56958
Compare
Choose a tag to compare

2.0.1 (2022-07-08)

Bug Fixes

  • deps: update dependency @octokit/request to v6 (#63) (0a56958)

v2.0.0

07 Jul 22:30
bc519ec
Compare
Choose a tag to compare

2.0.0 (2022-07-07)

Continuous Integration

  • stop testing against NodeJS v10, v12 (#62) (bc519ec)

BREAKING CHANGES

  • Drop support for NodeJS v10, v12

v1.2.6

11 Oct 17:35
ceb5ee8
Compare
Choose a tag to compare

1.2.6 (2021-10-11)

Bug Fixes

  • remove unused state option in exchangeWebFlowCode() (#52) (ceb5ee8)

v1.2.5

05 Oct 21:05
4d86a2d
Compare
Choose a tag to compare

1.2.5 (2021-10-05)

Bug Fixes

  • set expiresAt with token if present. Add GitHubAppAuthenticationWithExpirationEnabled, GitHubAppAuthenticationWithExpirationDisabled, GitHubAppAuthenticationWithRefreshToken types. Deprecates GitHubAppAuthentication, GitHubAppAuthenticationWithExpiration (#50) (4d86a2d)

v1.2.4

11 Jun 18:15
Compare
Choose a tag to compare

1.2.4 (2021-06-11)

Bug Fixes

  • deps: remove accidental dependencies i and npm (24fb4ed)

v1.2.3

06 May 01:08
d47414c
Compare
Choose a tag to compare

1.2.3 (2021-05-06)

Bug Fixes

  • log documentation URL in case of an error (#17) (d47414c)

v1.2.2

23 Mar 06:54
9f4c2f3
Compare
Choose a tag to compare

1.2.2 (2021-03-23)

Bug Fixes

  • scopeToken: return token from response, not options. Also fix options type (#7) (9f4c2f3)

v1.2.1

22 Mar 22:03
1fc4039
Compare
Choose a tag to compare

1.2.1 (2021-03-22)

Bug Fixes

  • split scopes correctly into separate strings in exchangeWebFlowCode() and exchangeWebFlowCode() (#6) (1fc4039)