Skip to content

Releases: octokit/oauth-authorization-url.js

v4.0.0

25 Feb 23:08
Compare
Choose a tag to compare

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

25 Feb 22:55
Compare
Choose a tag to compare

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

20 May 22:57
Compare
Choose a tag to compare

2.1.2 (2019-05-20)

Bug Fixes

  • URL parameter 'scopes' 👉 'scope' (#16) (adf357e)

v2.1.1

21 Apr 15:18
Compare
Choose a tag to compare

2.1.1 (2019-04-21)

Bug Fixes

v2.1.0

19 Apr 20:36
Compare
Choose a tag to compare

2.1.0 (2019-04-19)

Features

  • export BASE_URL and Options interface (bc51634)

v2.0.1

18 Apr 20:36
Compare
Choose a tag to compare

2.0.1 (2019-04-18)

Bug Fixes

  • Add missing options to the Options interface (55b39b2)
  • pass through options.state (ad05455)

v2.0.0

17 Apr 15:03
Compare
Choose a tag to compare

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

16 Apr 23:19
Compare
Choose a tag to compare

1.0.0 (2019-04-16)

Features