Skip to content

Latest commit

 

History

History
269 lines (162 loc) · 15.7 KB

CHANGELOG.md

File metadata and controls

269 lines (162 loc) · 15.7 KB

7.2.0 (2024-08-21)

Features

Chores

7.1.0 (2023-08-07)

Features

  • parse content steering tags and attributes (#176) (42472c5)

Bug Fixes

  • add dateTimeObject and dateTimeString for backward compatibility (#174) (6944bb1)
  • merge dateRange tags with same IDs and no conflicting attributes (#175) (73d934c)

Chores

7.0.0 (2023-07-10)

Features

Documentation

BREAKING CHANGES

  • rename daterange to dateRanges
  • remove dateTimeObject and dateTimeString from parsed segment and replaces it with programDateTime which represents the timestamp in milliseconds

6.2.0 (2023-05-25)

Features

6.1.0 (2023-05-12)

6.0.0 (2022-09-27)

Bug Fixes

Chores

  • don't run tests on version (b84575f)

BREAKING CHANGES

  • Missing colon (:) tag delimiters are no longer supported

5.0.0 (2022-08-19)

Features

Chores

BREAKING CHANGES

  • Internet Explorer is no longer supported.
  • parser changes an output type for 'FRAME-RATE' attribute from a string to a number.

4.7.1 (2022-04-05)

Bug Fixes

  • EXT-X-KEY support playready keyformat (#143) (4e7c9eb)
  • update vhs-utils to 3.0.5 for tizen 2.4 support (#149) (efce797)

4.7.0 (2021-05-19)

Features

  • add key property to init segment/map (#141) (ae5fa64)

Bug Fixes

4.6.0 (2021-03-04)

Features

Chores

Code Refactoring

Tests

4.5.2 (2021-01-12)

Bug Fixes

4.5.1 (2021-01-11)

Chores

4.5.0 (2020-11-03)

Chores

4.4.3 (2020-08-12)

Bug Fixes

  • fix default EXT-X-BYTERANGE offset to start after the previous segment (#98) (08aca73)

Tests

4.4.2 (2019-08-30)

Chores

4.4.1 (2019-08-21)

Chores

4.4.0 (2019-06-25)

Features

  • parse key attributes for Widevine HLS (#88) (d835fa8)

Chores

  • package: update all dev dependencies (#89) (e991447)

4.3.0 (2019-01-10)

Features

Chores

  • Update to plugin generator 7 standards (#53) (35ff471)
  • package: update rollup to version 0.66.0 (#55) (2407466)
  • Update videojs-generate-karma-config to the latest version 🚀 (#59) (023c6c9)
  • Update videojs-generate-karma-config to the latest version 🚀 (#60) (2773819)
  • Update videojs-generate-rollup-config to the latest version 🚀 (#58) (8c28a8b)

4.2.0 (2018-02-23)

Features

  • add program-date-time tag info to parsed segments (#27) (44fc6f8)

4.1.0 (2018-01-24)

4.0.0 (2017-11-21)

Features

  • added ability to parse EXT-X-START tags #31

BREAKING CHANGES

  • camel case module name in rollup config to work with latest rollup #32

3.0.0 (2017-06-09)

Features

BREAKING CHANGES

  • drop bower support.

2.1.0 (2017-02-23)

  • parse FORCED attribute of media-groups #15
  • Pass any CHARACTERISTICS value of a track with the track object #14

2.0.1 (2017-01-20)

  • Fix: Include the babel ES3 tranform to support IE8 #13

2.0.0 (2017-01-13)

  • Manifest object is now initialized with an empty segments arrays
  • moved to latest videojs-standard version, brought code into compliance with the latest eslint rules.

1.0.2 (2016-06-07)

  • fix the build pipeline
  • removed video.js css/js inclusion during tests

1.0.1 (2016-06-07)

  • remove dependence on video.js
  • added contributors to package.json

1.0.0 (2016-06-03)

Initial Release