Releases: bartve/disconnect
Releases · bartve/disconnect
1.2.2
- Fixed accept headers for non-json data
1.2.1
- Fixed bug in image downloads (and any url different from
api.discogs.com
)
1.2.0
- Query parameter is now optional for
database.search()
- Implemented different request limits for authenticated and non-authenticated clients
1.1.0
- Implemented new Discogs rate limiting headers. The rate limit param in a callback now looks like:
{ limit: 240, used: 1, remaining: 239 }
1.0.2
- Added
collection().getReleaseInstances()
1.0.1
- Fixed issue with
database().search()
when using a Promise
1.0.0
- When no callback is provided, all API functions now return a native JS
Promise
(@LostCrew)
- Removed the non get/set method calls like
database.release(...)
deprecated in release 0.8.0
0.9.1
- Upgraded OAuth library to
oauth-1.0a
v2.0.0
0.9.0
- Added
user().getLists()
- Added the new
user().list()
namespace for other list functions. Currently only contains getItems()
.
0.8.0
- Added the new release rating endpoints
- Changed a lot of function names to more consistent ones. Old function calls still work, but a deprecation
notice is shown on the console and the old function names will be removed in the next major version.