Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 15 Nov 01:02

⚠ BREAKING CHANGES

  • move library to typescript code generation (#285)

Starting with this release, the auto-generated library code was changed from JavaScript to TypeScript, so all the TypeScript types are now exported from the .d.ts files.

Please note that if you used @types/google-cloud__text-to-speech package to get TypeScript types for this library, you need to stop using it and remove it from your devDependencies.

If you see any issues caused by this migration to TypeScript, please feel free to submit an issue!

Features

  • move library to typescript code generation (#285) (d3d6208)

Bug Fixes

  • import long into proto ts declaration file (#288) (5bfb2ab)
  • docs: snippets are now replaced in jsdoc comments (#287) (6e77aaf)