mirror of
https://github.com/videojs/m3u8-parser.git
synced 2026-06-06 08:22:33 +00:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b96fa561e |
3 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
|||
<a name="4.8.0"></a>
|
||||
# [4.8.0](https://github.com/videojs/m3u8-parser/compare/v4.7.1...v4.8.0) (2022-09-09)
|
||||
|
||||
### Features
|
||||
|
||||
* parse FRAME-RATE as a number ([#150](https://github.com/videojs/m3u8-parser/issues/150)) ([d51e93f](https://github.com/videojs/m3u8-parser/commit/d51e93f))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* parser changes an output type for 'FRAME-RATE'
|
||||
attribute from a string to a number.
|
||||
|
||||
<a name="4.7.1"></a>
|
||||
## [4.7.1](https://github.com/videojs/m3u8-parser/compare/v4.7.0...v4.7.1) (2022-04-05)
|
||||
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "m3u8-parser",
|
||||
"version": "4.7.1",
|
||||
"version": "4.8.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "m3u8-parser",
|
||||
"version": "4.7.1",
|
||||
"version": "4.8.0",
|
||||
"description": "m3u8 parser",
|
||||
"main": "dist/m3u8-parser.cjs.js",
|
||||
"module": "dist/m3u8-parser.es.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue