Releases: octokit/oauth-authorization-url.js
Releases · octokit/oauth-authorization-url.js
v4.0.0
BREAKING CHANGES
import { oauthLoginUrl } from "@octokit/oauth-authorization-url"
is now import { oauthAuthorizationUrl } from "@octokit/oauth-authorization-url"
.defaults()
method has been removed
redirectUri
option is now redirectUrl
defaultRedirectUri
option has been removed
log
option has been removed
v3.0.0
3.0.0 (2020-02-25)
Bug Fixes
- package: rename to @octokit/oauth-authorization-url (eb1a765)
BREAKING CHANGES
- package:
@octokit/oauth-login-url
has been renamed to @octokit/oauth-authorization-url
v2.1.2
2.1.2 (2019-05-20)
Bug Fixes
v2.1.1
2.1.1 (2019-04-21)
Bug Fixes
v2.1.0
2.1.0 (2019-04-19)
Features
- export BASE_URL and
Options
interface (bc51634)
v2.0.1
2.0.1 (2019-04-18)
Bug Fixes
- Add missing options to the Options interface (55b39b2)
- pass through
options.state
(ad05455)
v2.0.0
2.0.0 (2019-04-17)
breaking
Bug Fixes
- tsconfig: generate lib/index.d.ts (86e1f23)
BREAKING CHANGES
import login from '@octokit/oauth-login-url'
is now import { oauthLoginUrl } from '@octokit/oauth-login-url'
v1.0.0
1.0.0 (2019-04-16)
Features