Skip to content

Releases: bartve/disconnect

1.2.2

04 Feb 07:02

Choose a tag to compare

  • Fixed accept headers for non-json data

1.2.1

04 Sep 13:33

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

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

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

Choose a tag to compare

  • Added collection().getReleaseInstances()

1.0.1

03 Nov 09:15

Choose a tag to compare

  • Fixed issue with database().search() when using a Promise

1.0.0

27 Oct 10:30

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

Choose a tag to compare

  • Upgraded OAuth library to oauth-1.0a v2.0.0

0.9.0

15 Jun 09:31

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

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.