Skip to content

Releases: ImageMarkup/isic-client

v0.8.0

10 Apr 18:27
a5ceeaa
Compare
Choose a tag to compare
  • Remove IsicClient.getLegacyToken() method.
    • This method was already deprecated. Remove all references to this method from your code.

v0.7.0

28 Feb 22:40
7361554
Compare
Choose a tag to compare
  • Breaking Change: Using IsicClient with a different origin server is now configured via an options object as the second argument. The origin server must also be specified as a URL object.

    • Update existing
      new IsicClient(..., 'https://api-sandbox.isic-archive.com/')
      to
      new IsicClient(..., {isicOrigin: new URL('https://api-sandbox.isic-archive.com/')})
  • Added an IsicClient option for scopes, to specify OAuth2 scopes to submit to the server. This defaults to an empty value.

    • Use this like:
      new OauthClient(..., {scopes: ['identity']})
  • Added an IsicClient option for redirectUrl, to specify the OAuth2 Redirect URI to submit to the server. This defaults to the current URL.

    • Use this like:
      new OauthClient(..., {redirectUrl: new URL('http://some.url/oauth-landing')})

v0.6.2

16 Mar 14:56
72e7342
Compare
Choose a tag to compare
  • Upgrade npm packages

v0.6.1

22 Jan 03:36
850c135
Compare
Choose a tag to compare
  • Update dependencies
  • Apply fixes from linting rules

v0.6.0

28 Dec 21:24
Compare
Choose a tag to compare
  • Major refactor to use @girder/oauth-client internally

v0.5.0

28 Dec 21:23
Compare
Choose a tag to compare
v0.5.0

0.4.0

10 Nov 17:23
Compare
Choose a tag to compare
  • Bump dependencies

v0.3.0

10 Nov 17:09
Compare
Choose a tag to compare
  • Add sandbox to readme

v0.2.0

10 Nov 16:54
Compare
Choose a tag to compare
  • Add readme

v0.1.0

12 Aug 15:21
Compare
Choose a tag to compare
Support for publication