Browse Source

2.14.0

pull/1258/head v2.14.0
Pat O'Neill 3 years ago
parent
commit
073c2ca15d
  1. 15
      CHANGELOG.md
  2. 2
      package-lock.json
  3. 2
      package.json

15
CHANGELOG.md

@ -1,3 +1,18 @@
<a name="2.14.0"></a>
# [2.14.0](https://github.com/videojs/http-streaming/compare/v2.13.1...v2.14.0) (2022-03-14)
### Features
* add dts-based timestamp offset calculation with feature toggle ([#1251](https://github.com/videojs/http-streaming/issues/1251)) ([450eb2d](https://github.com/videojs/http-streaming/commit/450eb2d))
### Bug Fixes
* clarify hls option deprecation warning ([#1257](https://github.com/videojs/http-streaming/issues/1257)) ([211cbe8](https://github.com/videojs/http-streaming/commit/211cbe8)), closes [#1256](https://github.com/videojs/http-streaming/issues/1256)
### Documentation
* add A Walk Through VHS ([#1253](https://github.com/videojs/http-streaming/issues/1253)) ([42fe383](https://github.com/videojs/http-streaming/commit/42fe383))
<a name="2.13.1"></a>
## [2.13.1](https://github.com/videojs/http-streaming/compare/v2.13.0...v2.13.1) (2021-12-20)

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
"version": "2.13.1",
"version": "2.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,6 +1,6 @@
{
"name": "@videojs/http-streaming",
"version": "2.13.1",
"version": "2.14.0",
"description": "Play back HLS and DASH with Video.js, even where it's not natively supported",
"main": "dist/videojs-http-streaming.cjs.js",
"module": "dist/videojs-http-streaming.es.js",

Loading…
Cancel
Save