Releases: octokit/oauth-methods.js
Releases · octokit/oauth-methods.js
v2.0.3
2.0.3 (2022-08-29)
Bug Fixes
- deps: update dependency @octokit/types to v7 (#77) (68b9cd4)
v2.0.2
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
2.0.1 (2022-07-08)
Bug Fixes
- deps: update dependency @octokit/request to v6 (#63) (0a56958)
v2.0.0
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
1.2.6 (2021-10-11)
Bug Fixes
- remove unused
state
option in exchangeWebFlowCode()
(#52) (ceb5ee8)
v1.2.5
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
1.2.4 (2021-06-11)
Bug Fixes
- deps: remove accidental dependencies
i
and npm
(24fb4ed)
v1.2.3
1.2.3 (2021-05-06)
Bug Fixes
- log documentation URL in case of an error (#17) (d47414c)
v1.2.2
1.2.2 (2021-03-23)
Bug Fixes
- scopeToken: return token from response, not options. Also fix options type (#7) (9f4c2f3)
v1.2.1
1.2.1 (2021-03-22)
Bug Fixes
- split scopes correctly into separate strings in
exchangeWebFlowCode()
and exchangeWebFlowCode()
(#6) (1fc4039)