Releases: bartve/disconnect
Releases · bartve/disconnect
0.7.2
- Fixed default maximum number of requests per minute
0.7.1
- Added
database().labelReleases()
function (@maggiolo00)
0.7.0
- The
util.queue
object literal has been replaced by a minimal util.Queue
class
DiscogsClient
now has two new config params requestLimit
and requestLimitInterval
0.6.8
- Dependency updates
- Fixed a minor bug in
DiscogsClient.authenticated()
0.6.7
- Fixed regression bug from version
0.6.6
involving double URL query string encoding in database().search()
0.6.6
- An empty search query in
database().search()
will no longer add the q=
param to the search URL
0.6.5
- Fixed a bug in
util.merge()
0.6.4
- Prevent
JSON.parse()
crash when the Discogs API returns HTML instead of json (maintainance mode)
- Added Discogs API version to
DiscogsClient
config (only the default v2
is supported at the moment)
0.6.3
- Updated
oauth-1.0a
dependency
0.6.2
database().image()
now requires the full image url as the first parameter due to the new Discogs image cluster
- Local request throttling by
disconnect
has been disabled for database().image()