Skip to content

v0.9.0

Compare
Choose a tag to compare
@charpeni charpeni released this 05 Nov 21:11

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.