Skip to content

Commit ce11009

Browse files
committed
1.2.0
1 parent e99bf51 commit ce11009

File tree

7 files changed

+546
-505
lines changed

7 files changed

+546
-505
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.0 / 2017-06-07
2+
* Query parameter is now optional for `database.search()`
3+
* Implemented different request limits for authenticated and non-authenticated clients
4+
15
1.1.0 / 2017-02-23
26
==================
37
* Implemented new Discogs rate limiting headers. The rate limit param in a callback now looks like: `{ limit: 240, used: 1, remaining: 239 }`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
The global structure of `disconnect` looks as follows:
2727
```
2828
require('disconnect') -> new Client() -> oauth()
29-
-> database()
29+
-> database()
3030
-> marketplace()
3131
-> user() -> collection()
3232
-> wantlist()

0 commit comments

Comments
 (0)