Skip to content

Releases: jamesnetherton/m3u

v0.4.1

Choose a tag to compare

@jamesnetherton jamesnetherton released this 04 Jul 12:09
9c0be6c

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

Choose a tag to compare

@jamesnetherton jamesnetherton released this 21 Jan 15:23

This release fixes a potential nil pointer scenario in the parse function.

Thanks to @pierre-emmanuelJ for the fix.

v0.3.0

Choose a tag to compare

@jamesnetherton jamesnetherton released this 13 Dec 09:09

This releases adds support for marshalling a playlist to an io.Reader (#5).

v0.2.0

Choose a tag to compare

@jamesnetherton jamesnetherton released this 13 Dec 09:07

This release adds support for parsing an M3U playlist from a URL (#4).

v0.1.0

Choose a tag to compare

@jamesnetherton jamesnetherton released this 26 Mar 14:44

Initial m3u library release