Skip to content

Commit

Permalink
Bump dependencies and removed Bing Speech (#87)
Browse files Browse the repository at this point in the history
* Bump dependencies and remove Bing Speech

* Add entry

* Update entry
  • Loading branch information
compulim committed Mar 20, 2020
1 parent b07c958 commit d6224a4
Show file tree
Hide file tree
Showing 48 changed files with 20,352 additions and 15,097 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Breaking changes

- As Bing Speech has deprecated and removed from Azure. Bing Speech support has been removed.

### Removed

- Bing Speech support is removed, in PR [#87](https://github.com/compulim/web-speech-cognitive-services/pull/87), by [@compulim](https://github.com/compulim)

### Changed

- Bumped dependencies, in PR [#87](https://github.com/compulim/web-speech-cognitive-services/pull/87), by [@compulim](https://github.com/compulim)
- Production dependencies
- [`@babel/runtime@7.8.7`](https://npmjs.com/package/@babel/runtime)
- [`event-target-shim-es5@1.0.1`](https://npmjs.com/package/event-target-shim-es5)
- [`event-target-shim@5.0.1`](https://npmjs.com/package/event-target-shim)
- [`memoize-one@5.1.1`](https://npmjs.com/package/memoize-one)
- [`microsoft-cognitiveservices-speech-sdk@1.10.1`](https://npmjs.com/package/microsoft-cognitiveservices-speech-sdk)
- [`simple-update-in@2.1.1`](https://npmjs.com/package/simple-update-in)
- Development dependencies
- [`@babel/cli@7.8.4`](https://npmjs.com/package/@babel/cli)
- [`@babel/core@7.8.7`](https://npmjs.com/package/@babel/core)
- [`@babel/plugin-proposal-object-rest-spread@7.8.3`](https://npmjs.com/package/@babel/plugin-proposal-object-rest-spread)
- [`@babel/plugin-transform-runtime@7.8.3`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/preset-env@7.8.7`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/preset-react@7.8.3`](https://npmjs.com/package/@babel/preset-react)
- [`@lerna@3.20.2`](https://npmjs.com/package/@lerna)
- [`babel-jest@25.1.0`](https://npmjs.com/package/babel-jest)
- [`concurrently@4.1.2`](https://npmjs.com/package/concurrently)
- [`eslint@6.8.0`](https://npmjs.com/package/eslint)
- [`jest@25.1.0`](https://npmjs.com/package/jest)
- [`lolex@5.1.2`](https://npmjs.com/package/lolex)
- [`webpack-cli@3.3.11`](https://npmjs.com/package/webpack-cli)
- [`webpack@4.42.0`](https://npmjs.com/package/webpack)

## [6.0.0] - 2019-12-03

### Breaking changes
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ const ponyfill = await createPonyfill({
> List of supported regions can be found in [this article](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-apis#regions-and-endpoints).
> If you prefer to use the deprecating Bing Speech, import from `'web-speech-cognitive-services/lib/BingSpeech'` instead.
## Lexical and ITN support

[Lexical and ITN support](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-apis#response-parameters) is unique in Cognitive Services Speech Services. Our adapter added additional properties `transcriptITN`, `transcriptLexical`, and `transcriptMaskedITN` to surface the result, in addition to `transcript` and `confidence`.
Expand Down
Loading

0 comments on commit d6224a4

Please sign in to comment.