Releases: googleapis/nodejs-text-to-speech
Releases · googleapis/nodejs-text-to-speech
v2.0.0
⚠ 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.0
Bug Fixes
- use compatible version of google-gax (475c794)
Features
v1.3.0
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
Features
- load protos from JSON, grpc-fallback support (c9a203d)
v1.1.4
Bug Fixes
- deps: update dependency yargs to v14 (8392e8b)
- use correct version for x-goog-api-client header (6e03123)
v1.1.3
Bug Fixes
- allow calls with no request, add JSON proto (cb8a51b)
v1.1.2
Bug Fixes
- docs: link to reference docs section on googleapis.dev (#242) (f05140a)
v1.1.0
Features
- support apiEndpoint override in client constructor (#234) (519c36c)