Releases: useshortcut/shortcut-client-js
Releases · useshortcut/shortcut-client-js
v0.10.0
v0.9.0
In order to provide trust-worthy types to interface with Clubhouse's API, this library has been rewritten in TypeScript. 🎉
TypeScript definitions are — of course — still exported, but they're generated directly from the source code.
Flow type definitions are now generated based on our TypeScript definitions, and are available in this package, thanks to flowgen.
At the same time, we updated our types to match with our latest version of the API (v3).
Breaking Changes
- API calls are now using v3 by default. Thanks to @jeremyheiler.
- Types have been updated to match with API v3. (Documentation available here)
- Exports are compatible with CommonJS.
👏 Thanks to everyone who contributed to this release, and a special thanks to @j-martin who lead the way to TypeScript.
v0.8.0
v0.6.0
v0.4.1
v0.3.1
Add support for supplying query params to GET requests.
v0.3.0
v0.1.6
- Fixes issue with story comment endpoint
v0.1.1
Fix issue with Flowtypes being mismatched for consumers.
v0.1.0
Breaking Changes
new Clubhouse(token)
is nowClubhouse.create(token)
- Configuration options (such as API endpoint and version) are now passed in to the constructor, along with a request factory.
What's New
- Rewritten core using flowtype.