UNPKG

@epiclabs/epic-video-player

Version:

Video player wrapper to support different video sources with an unified interface

52 lines (37 loc) 1.6 kB
# Changelog This document will track the changes of this project, based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) proposed schema. ## Wanted features / Roadmap - Expose player options and events from dashjs and hls.js. - Add Youtube compatibility. - Fix tests after latest major update. ## [0.1.0] - 2023-07-25 - Bump all dependencies to fix vulnerabilities and match the latest video players updates. - Major refactor: linting, removing unnecessary code and removing usages of `any`. - Adding missing properties and returned types to the documentation. - Including more information to the demo page. - Adding required configuration to deploy demo page to Github pages. - Removing references to Travis. ## [0.0.12] - 2019-11-03 - Migrated to dash.js 3.0.0. - Rendition and video source selectors in demo page. - Webpack configuration for better development experience. - All npm packages upgraded to latest stable version. ## [0.0.11] - 2019-03-04 - Minor fix to properly manage native HTML player. ## [0.0.10] - 2019-03-02 - Support for native HTML player compatible formats. ## [0.0.9] - 2019-02-13 - Upgrading to dashjs 2.9.3. ## [0.0.8] - 2019-02-12 - Fixed load initial rendition for Hls.js. ## [0.0.7] - 2019-02-05 - Exposing ```htmlPlayer``` property. ## [0.0.5] - 2019-02-04 - Updating the README. ## [0.0.4] - 2019-02-04 - Testing with [Jest](https://jestjs.io/). - Linting with [TSLint](https://palantir.github.io/tslint/). ## [0.0.3] - 2019-01-30 - Npm publish process was failing due to wrong package.json definition. ## [0.0.1] - 2019-01-30 - Initial version.