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