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

Releases: googleapis/nodejs-text-to-speech

v2.0.0

15 Nov 01:02
Compare
Choose a tag to compare

⚠ 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)

v1.4.1

22 Oct 20:44
Compare
Choose a tag to compare

Bug Fixes

v1.4.0

14 Oct 14:03
Compare
Choose a tag to compare

Bug Fixes

  • use compatible version of google-gax (475c794)

Features

v1.3.0

16 Sep 18:18
Compare
Choose a tag to compare

Bug Fixes

  • docs: READMEs updated with new samples (d3e09e0)
  • add proto field behavior options (#265) (1f184a3)

Features

  • code samples for ssml addresses tutorial (#257) (e423f2a)

v1.2.0

05 Sep 17:46
Compare
Choose a tag to compare

Features

  • load protos from JSON, grpc-fallback support (c9a203d)

v1.1.4

28 Aug 16:48
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency yargs to v14 (8392e8b)
  • use correct version for x-goog-api-client header (6e03123)

v1.1.3

02 Aug 22:46
Compare
Choose a tag to compare

Bug Fixes

  • allow calls with no request, add JSON proto (cb8a51b)

v1.1.2

26 Jun 22:34
Compare
Choose a tag to compare

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#242) (f05140a)

v1.1.1

14 Jun 14:09
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

05 Jun 16:02
Compare
Choose a tag to compare

Features

  • support apiEndpoint override in client constructor (#234) (519c36c)