Releases: octokit/oauth-methods.js
Releases · octokit/oauth-methods.js
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)
v1.2.0
1.2.0 (2021-03-22)
Features
- typescript: export all the method types \o/ (#5) (ae7a41a)
v1.1.0
1.1.0 (2021-03-18)
Features
- typescript: export
OAuthAppAuthentication
, GitHubAppAuthentication
, GitHubAppAuthenticationWithExpiration
(8976945)