Releases: compulim/web-speech-cognitive-services
Releases · compulim/web-speech-cognitive-services
v8.1.0 (#236)
v8.0.0 (#230)
[8.0.0] - 2024-11-26
Changed
- 💥 Modernized some code with TypeScript, more type-aligned to W3C Speech API, and moved to official Event Target API, in PR #220, #224, #225, and #228
SpeechRecognitionResult
andSpeechRecognitionResultList
is now a array-like object, useArray.from()
to convert them into an array
- Updated build tools and added named exports via CJS/ESM
- Bumped dependencies, in PR #216 and #218
- Production dependencies
- Development dependencies
@types/[email protected]
@typescript-eslint/[email protected]
@typescript-eslint/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Fixed
- Fixed #218. Speech recognition should stopping properly in some cases, in PR #218
- Interactive mode, muted microphone
- Continuous and interactive mode, stop shortly after start
- Fixed #221. Continuous mode with successful interims should stop without errors, in PR #222
- Fixed #226.
createSpeechServicesPonyfill
should return bothSpeechRecognition
andSpeechSynthesis
ponyfill, in PR #227- 💥
createSpeechServicesPonyfill
will throw if the browser does not support Media Capture and Streams API, instead of warning and continue
- 💥
[7.1.2] - 2022-09-27
Changed
- Bumped dependencies, in PR #196
- Production dependencies
- Development dependencies
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[7.1.1] - 2021-07-20
Changed
- Bumped dependencies, in PR #151, PR #152 and PR #153
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[7.1.0] - 2021-02-01
This release bumped microsoft-cognitiveservices-speech-sdk
to 1.15.0
.
When installing this version, you will need to bump your microsoft-cognitiveservices-speech-sdk
to versions in range of ~1.15.0
.
Changed
- Moved from
webpack-visualizer-plugin
towebpack-stats-plugin
- Bumped production dependencies
- Bumped development dependencies
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
@babel/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[7.0.1] - 2020-08-06
Changed
- Bumped dependencies
[7.0.0] - 2020-05-27
Breaking changes
- To enable developers to select their version of Cognitive Services Speech SDK and use newer features, we are moving
microsoft-cognitiveservices-speech-sdk
topeerDependencies
.- When you install
web-speech-cognitive-services
, you will also need to install a compatible version ofmicrosoft-cognitiveservices-speech-sdk
.
- When you install
Changed
- Fixes #96, move
microsoft-cognitiveservices-speech-sdk
topeerDependencies
, by @compulim, in PR #97
[6.3.0] - 2020-03-28
Changed
- Debumped
[email protected]
, by @compulim in PR #94
[6.2.0] - 2020-03-27
[6.1.0] - 2020-03-26
Breaking changes
As Bing Speech has deprecated and removed from Azure. Bing Speech support has been removed.fetchAuthorizationToken
is removed, please refer to this documentation on how to get an access token.
Added
Removed
Bing Speech support is removed, by @compulim, in PR #87.fetchAuthorizationToken
is removed, by @compulim, in PR #89.
Changed
- Bumped dependencies, in PR #87, by @compulim
- Production dependencies
- Development dependencies
- Use
p-defer-es5
instead of adoptedcreateDeferred.js
, in PR #89.