You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve GET queries and blogPosts method (#185)
The library wasn't handling `GET` query arrayy parameters as expected. Add test and transformation to send them as expected. These queries should work as expected:
```js
await client.blogPosts('staff', { limit: 2, tag: "art" })
await client.blogPosts('staff', { limit: 2, tag: [ "art", "digital art" ] })
```
This also improves the TypeScript signature for `blogPosts` method.
Prepare v4 alpha-1 release (#184)
* 4.0.0-alpha.1
* Add test for matching versions
* Make version and baseUrl readonly
* Update deps
* Update volta pinned node version
Merge pull request #100 from cyle/cyle/links-compatibility
Add compatibility with Tumblr API links objects being passed through to these low level functions