All Versions
4
Latest Version
Avg Release Cycle
347 days
Latest Release
2336 days ago

Changelog History

  • v0.5.0.0 Changes

    December 01, 2017
    • Add support for track length (thanks to Catherine Galkina)

    • Widen dependency versions to latest available.

  • v0.4.1.0 Changes

    February 05, 2017
    • Remove redundant constraints as reported by GHC 8.X.

    • Widen dependency versions to latest available.

  • v0.4.0.0 Changes

    November 21, 2016
    • Added the resolve function. If you have a playlist that contains references to remote playlists, this new function will recursively download and process playlists until it has a flat playlist with no further remote references.

      See the playlists-http package for an example of using the resolve function.

    • Added the parserForFormat function which directly exposes the attoparsec parser for each playlist type. This should make it easy to write space efficient functions that parse playlists.

  • v0.3.0.0 Changes

    January 24, 2015
    • Update dependencies to recent versions (thanks to Wieland Hoffmann).