Skip to content

Releases: bartve/disconnect

1.2.2

04 Feb 07:02
Compare
Choose a tag to compare
  • Fixed accept headers for non-json data

1.2.1

04 Sep 13:33
Compare
Choose a tag to compare
  • Fixed bug in image downloads (and any url different from api.discogs.com)

1.2.0

07 Jun 11:53
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added collection().getReleaseInstances()

1.0.1

03 Nov 09:15
Compare
Choose a tag to compare
  • Fixed issue with database().search() when using a Promise

1.0.0

27 Oct 10:30
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Upgraded OAuth library to oauth-1.0a v2.0.0

0.9.0

15 Jun 09:31
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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.