Blame view

node_modules/m3u8-parser/CHANGELOG.md 863 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  CHANGELOG
  =========
  
  ## HEAD (Unreleased)
  _(none)_
  
  --------------------
  
  ## 2.1.0 (2017-02-23)
  * parse FORCED attribute of media-groups [#15](https://github.com/videojs/m3u8-parser/pull/15)
  * Pass any CHARACTERISTICS value of a track with the track object [#14](https://github.com/videojs/m3u8-parser/pull/14)
  
  ## 2.0.1 (2017-01-20)
  * Fix: Include the babel ES3 tranform to support IE8 [#13](https://github.com/videojs/m3u8-parser/pull/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