Releases: bartve/disconnect
Releases · bartve/disconnect
1.2.2
04 Feb 07:02
Compare
Sorry, something went wrong.
No results found
Fixed accept headers for non-json data
1.2.1
04 Sep 13:33
Compare
Sorry, something went wrong.
No results found
Fixed bug in image downloads (and any url different from api.discogs.com)
1.2.0
07 Jun 11:53
Compare
Sorry, something went wrong.
No results found
Query parameter is now optional for database.search()
Implemented different request limits for authenticated and non-authenticated clients
1.1.0
23 Feb 09:13
Compare
Sorry, something went wrong.
No results found
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
10 Nov 07:17
Compare
Sorry, something went wrong.
No results found
Added collection().getReleaseInstances()
1.0.1
03 Nov 09:15
Compare
Sorry, something went wrong.
No results found
Fixed issue with database().search() when using a Promise
1.0.0
27 Oct 10:30
Compare
Sorry, something went wrong.
No results found
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
24 Oct 06:57
Compare
Sorry, something went wrong.
No results found
Upgraded OAuth library to oauth-1.0a v2.0.0
0.9.0
15 Jun 09:31
Compare
Sorry, something went wrong.
No results found
Added user().getLists()
Added the new user().list() namespace for other list functions. Currently only contains getItems().
0.8.0
13 Apr 08:21
Compare
Sorry, something went wrong.
No results found
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.