All Versions
5
Latest Version
Avg Release Cycle
38 days
Latest Release
3731 days ago

Changelog History

  • v3.0.1 Changes

    February 04, 2014
    • ๐Ÿ”„ Changed lower bound on pipes to >= 4.1. This fixes a bug where pipes-parse doesn't build against pipes-4.0.*.
  • v3.0.0 Changes

    February 03, 2014
    • ๐Ÿ†• New lens-based parsing API
    • ๐Ÿ†• New tutorial
    • ๐Ÿ“ฆ FreeT machinery migrated out into pipes-group package
  • v2.0.2 Changes

    November 05, 2013
    • ๐Ÿ›  Fixed splitOn to properly skip delimiting elements (previously it would enter an infinite loop)
    • ๐Ÿ†“ Expanded upper bound on free to < 5
  • v2.0.1 Changes

    October 27, 2013
    • โšก๏ธ Updated free upper bound
    • โž• Added dropFree
    • ๐Ÿ“š Expanded documentation
  • v2.0.0 Changes

    September 07, 2013
    • ๐Ÿ†• New FreeT-based idioms for sub-dividing streams
    • ๐Ÿ†• New StateT-based approach to handling both leftovers and connect-and-resume
    • ๐Ÿ— Emphasis on building functions of Producers in order to correctly handle end of input