Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.76 KB

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