Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: watson-developer-cloud/speech-javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.1
Choose a base ref
...
head repository: watson-developer-cloud/speech-javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    c0be210 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix: Remove object.assign polyfill (#211)

    The `package.json` specifies that this project is targeting Node.js
    >=10. `Object.assign()` has existed in Node.js since v4.0.0 and browsers
    around Q1 2015. As such, this polyfill is no longer a direct dependency.
    toastal authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ea0ab6f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. fix(params): Update dependencies, support character_insertion_bias we…

    …bsocket param
    
    Authored-by: Bob Fang <[email protected]>
    bobfang authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ced5143 View commit details
    Browse the repository at this point in the history
Loading