Skip to content

Releases: Raiper34/m3u-parser-generator

1.7.2

08 May 21:56
Compare
Choose a tag to compare
release(1.7.1)

1.7.0: feat(new-attributes): add support for #EXTBYT/EXTIMG/EXTALB/EXTART/EX…

23 Feb 15:56
5ccc481
Compare
Choose a tag to compare
…TGENRE and #EXTM3U attributes (#11)

* support #EXTBYT/EXTIMG/EXTALB/EXTART/EXTGENRE and #EXTM3U attributes

* add url-tvg to M3uAttributes

1.6.0: fix(parser): change attibutes parser to be able to handle strings sta…

20 Dec 15:13
Compare
Choose a tag to compare
…rting with space (attribute=" value"), also skip invalid attributes by default

1.5.0: feat(extra-attributes): Enhance M3U Playlist support with extra attri…

27 Nov 19:28
e297e3f
Compare
Choose a tag to compare
…butes (#9) (url-tvg attribute, extra attributes from URL, extra HTTP headers, Kodi properties)

* Add support for url-tvg attribute in M3uPlaylist
class

* Add support for extra attributes from URL in M3U
playlist

* Add support for extra HTTP headers in M3U playlist

* Add support for Kodi properties in M3U playlist

1.4.1

21 Oct 12:47
Compare
Choose a tag to compare
release(1.4.1)

1.4.0

17 Jul 18:29
Compare
Choose a tag to compare
release(1.4.0)

1.3.0: fix: ignore empty attributes (#5)

18 Jun 20:12
bad72fa
Compare
Choose a tag to compare
* fix: ignore blank lines

* fix: ignore empty attributes string

* test(unit-tests): test equality for attributeless playlist

* test(unit-tests): test empty attributes parsing

* test(unit-tests): test bad parse param

* fix(m3u-generator): removed whitespace for empty attribute string

* refactor(unit-tests): rename no attribute test

* fix(m3u-parser): throw on invalid attribute

* test(unit-tests): null attribute value test

* fix: stricter attribute value null check

---------

Co-authored-by: Alexander Koshman <[email protected]>

1.2.0

01 Oct 11:54
Compare
Choose a tag to compare
chore(nvm): add .nvmrc

1.1.1: Merge pull request #2 from ExperiBass/patch-1

08 Sep 20:34
ac91df2
Compare
Choose a tag to compare

1.1.0

03 Sep 21:47
Compare
Choose a tag to compare
feat(browser): add browser bundle