7.1.0 (2023-08-07)
- add dateTimeObject and dateTimeString for backward compatibility (#174) (6944bb1)
- merge dateRange tags with same IDs and no conflicting attributes (#175) (73d934c)
7.0.0 (2023-07-10)
- rename
daterange
todateRanges
- remove
dateTimeObject
anddateTimeString
from parsed segment and replaces it withprogramDateTime
which represents the timestamp in milliseconds
6.2.0 (2023-05-25)
6.1.0 (2023-05-12)
6.0.0 (2022-09-27)
- don't run tests on version (b84575f)
- Missing colon (:) tag delimiters are no longer supported
5.0.0 (2022-08-19)
- 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)
- 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)
4.6.0 (2021-03-04)
- add support for #EXT-X-PART (#127) (9f5a224), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3282436 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add support for #EXT-X-PART-INF (#126) (985ab68), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3282434 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add support for #EXT-X-PRELOAD-HINT (#123) (4fd693a), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3526694 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add support for #EXT-X-RENDITION-REPORT (#124) (03f4345), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3282435 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add support for #EXT-X-SERVER-CONTROL (#121) (7f82f53), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3281374 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add support for #EXT-X-SKIP (#122) (9cebc86), closes /developer.apple.com/documentation/http_live_streaming/enabling_low-latency_hls#3282433 /tools.ietf.org/html/draft-pantos-hls-rfc8216bis-08#section-4
- add version parsing and remove totalduration (#135) (98f0421)
- add warn/info triggers and defaults for ll-hls tags (#131) (4f4da3d)
- llhls: preloadSegment, associate parts/preloadHints with segments, unify byterange handling (#137) (2c2dffe)
- lint fixtures (#134) (e09c7ed)
- remove unused and non-standard tag #ZEN-TOTAL-DURATION (#133) (fb3b629)
- switch to rollup-plugin-data-files (#130) (8f69b45)
4.5.2 (2021-01-12)
4.5.1 (2021-01-11)
4.5.0 (2020-11-03)
4.4.3 (2020-08-12)
4.4.2 (2019-08-30)
4.4.1 (2019-08-21)
4.4.0 (2019-06-25)
4.3.0 (2019-01-10)
- 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)
4.1.0 (2018-01-24)
4.0.0 (2017-11-21)
- added ability to parse EXT-X-START tags #31
- camel case module name in rollup config to work with latest rollup #32
- drop bower support.
- parse FORCED attribute of media-groups #15
- Pass any CHARACTERISTICS value of a track with the track object #14
- Fix: Include the babel ES3 tranform to support IE8 #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.
- fix the build pipeline
- removed video.js css/js inclusion during tests
- remove dependence on video.js
- added contributors to package.json
Initial Release