Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartve committed Jun 7, 2017
1 parent e99bf51 commit ce11009
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 505 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.0 / 2017-06-07
* Query parameter is now optional for `database.search()`
* Implemented different request limits for authenticated and non-authenticated clients

1.1.0 / 2017-02-23
==================
* Implemented new Discogs rate limiting headers. The rate limit param in a callback now looks like: `{ limit: 240, used: 1, remaining: 239 }`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
The global structure of `disconnect` looks as follows:
```
require('disconnect') -> new Client() -> oauth()
-> database()
-> database()
-> marketplace()
-> user() -> collection()
-> wantlist()
Expand Down
Loading

0 comments on commit ce11009

Please sign in to comment.