Releases: jamesnetherton/m3u
Releases · jamesnetherton/m3u
Release list
v0.4.1
This release fixes an issue where the URI for a track could be incorrectly set to a non-URI string when the playlist contains lines between track entries.
Thanks to @ajanjairam for the fix.
v0.4.0
This release fixes a potential nil pointer scenario in the parse function.
Thanks to @pierre-emmanuelJ for the fix.
v0.3.0
This releases adds support for marshalling a playlist to an io.Reader (#5).
v0.2.0
This release adds support for parsing an M3U playlist from a URL (#4).