Releases: M3U8Kit/M3U8Parser
Releases · M3U8Kit/M3U8Parser
1.2.0
10 Nov 08:19
Compare
Sorry, something went wrong.
No results found
What's Changed
Added #EXT-X-MAP data by @ddaddy in #39
Add support for FRAME-RATE attribute by @alvingao in #37
Rename SPM library name -> M3U8Kit as same as CocoaPods
New Contributors
Full Changelog : 1.1.0...1.2.0
1.1.0
13 Mar 08:01
Compare
Sorry, something went wrong.
No results found
What's Changed
Add additionalParameters to resolve tvg-logo/tvg-id/tvg-country or other additional properties as key-value pairs for M3U8 EXTINF. by @wolfcon in #36
Add Privacy manifest
Full Changelog : 1.0.2...1.1.0
1.0.2
16 Jun 03:01
Compare
Sorry, something went wrong.
No results found
Set support from 9.0 instead of 8.0 in PodSpec
1.0.1: Fix exporting Swift Package Manager package (#33)
23 Dec 06:10
Compare
Sorry, something went wrong.
No results found
1.0.0
22 Oct 07:47
Compare
Sorry, something went wrong.
No results found
Fix some spelling mistakes(m3u8PlainString instead of m3u8PlanString)
Fix array values like Codecs missing part in parsing.
Add method namespace for Category (m3u_)
Remove redundant targets in project.
Add EXT-X-Version:4 support
01 Oct 07:21
Compare
Sorry, something went wrong.
No results found
Add EXT-X-Version:4 support
0.4.1
20 Apr 02:01
Compare
Sorry, something went wrong.
No results found
Fix CRLF handling when reading master playlist (#24 ) .
Release SPM support officially.
0.4.0
26 Mar 09:38
Compare
Sorry, something went wrong.
No results found
Add support for AVERAGE-BANDWIDTH property
Add tvOS/watchOS/macOS support
Bug Fix
21 Aug 09:43
Compare
Sorry, something went wrong.
No results found
loadM3U8AsynchronouslyCompletion should not run in main queue specifically.
fix a bug that parsing error could not send to block
rename easy funtion loadM3U8AsyncCompletion
Bug fix
20 May 07:13
Compare
Sorry, something went wrong.
No results found
0.3.1
Fix when m3u8 isMediaPlaylist, Init M3U8MediaPlaylist with self.baseU…