Skip to content

v3.0.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 07 Jul 14:43

3.0.0 (2023-07-07)

⚠ BREAKING CHANGES

  • import issue with ESM (#53)

Features

  • client: add support for defaultQuery option (#51) (3c66c1a)

Bug Fixes

Styles

Refactors

  • mark .responseHeaders and .response as deprecated (#56) (30b93bc)
  • move to src directory, improve ecosystem compatibility (#49) (492a91a)

Chores

  • internal: fix tsc usage (#55) (c74b4b0)
  • set noEmit: true in tsconfig.json, since it's for typechecking only (#57) (430a6fc)

Documentation

  • api.md: fix links not referencing src directory (#52) (a243a2e)
  • api.md: minor restructuring (#47) (cde08a6)
  • client: improve documentation for client options (#54) (0e6387b)
  • readme: fix typescript usage example response types (#58) (365edfd)