Skip to content

Releases: bartve/disconnect

0.6.1

17 Feb 12:56
Compare
Choose a tag to compare
  • Added setting output format for user, artist and label profiles through DiscogsClient.setConfig({outputFormat: 'html'})

0.6.0

19 Jan 08:14
Compare
Choose a tag to compare
  • OAuth authentication is no longer embedded in DiscogsClient
  • Added OAuth signature method configuration option
  • Added support for the new Discogs Auth authentication methods
  • Changed default OAuth signature method to PLAINTEXT due to problems with HMAC-SHA1 + database search

0.5.3

02 Dec 08:17
Compare
Choose a tag to compare
  • Fixed incorrect assumption that a Discogs order ID is numeric in marketplace().orders() (@bathos)

0.5.2

30 Oct 13:50
Compare
Choose a tag to compare
  • Fixed incorrect reference to this from within a callback function in DiscogsClient.about()
  • The internal oauth object of DiscogsClient now only gets 3 status values: null, request and access

0.5.1

29 Oct 09:16
Compare
Choose a tag to compare
  • Fixed a test which was failing due to changes in 0.5.0 and npm test now runs the tests (@Trott)
  • Added the possibility to set a custom configuration object with DiscogsClient.setConfig() for Browserify + CORS or Proxy use cases (@Trott)
  • Updated README.md to explain the app variable

0.5.0

22 Oct 10:01
Compare
Choose a tag to compare
  • Replaced some short circuit evaluations and improved the general readability of client.js
  • Implemented a more elegant way to require OAuth authentication for the get(), post(), put() and delete() functions of DiscogsClient
  • Breaking change: DiscogsClient.getAccessToken() now only acceps two parameters: verifier and callback. The former requestObject parameter is now taken from the oauth property of the DiscogsClient instance. For further info see the updated README.md

0.4.2

20 Oct 08:38
Compare
Choose a tag to compare
  • Fixed this scoping in about()
  • Switched from http to the newly implemented https Discogs API connection for added security