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: videojs/mux.js Loading
base: v5.14.1
Choose a base ref
...
head repository: videojs/mux.js Loading
compare: v6.0.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 29, 2021

  1. feat: use bigint for 64 bit ints if needed and available. (#383)

    Read values as BigInt when appropriate. Potentially, cases where this happens already results in broken playback, but out of abundance of caution we're marking this as a breaking change.
    
    BREAKING CHANGE: In some cases, mux.js will now be returning a BigInt rather than a regular Number value. This means that consumers of this library will need to add checks for BigInt for optimal operation.
    brandonocasey committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    83779b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45623ea View commit details
    Browse the repository at this point in the history
  3. 6.0.0

    gkatsev committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4d0e4d7 View commit details
    Browse the repository at this point in the history
Loading