Releases: bartve/disconnect
Releases · bartve/disconnect
0.6.1
0.6.0
- 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 withHMAC-SHA1
+ database search
0.5.3
0.5.2
0.5.1
0.5.0
- 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()
anddelete()
functions ofDiscogsClient
- Breaking change:
DiscogsClient.getAccessToken()
now only acceps two parameters:verifier
andcallback
. The formerrequestObject
parameter is now taken from theoauth
property of theDiscogsClient
instance. For further info see the updatedREADME.md