All Versions
5
Latest Version
Avg Release Cycle
38 days
Latest Release
3591 days ago
Changelog History
Changelog History
-
v3.0.1 Changes
February 04, 2014- ๐ Changed lower bound on
pipes
to>= 4.1
. This fixes a bug wherepipes-parse
doesn't build againstpipes-4.0.*
.
- ๐ Changed lower bound on
-
v3.0.0 Changes
February 03, 2014- ๐ New lens-based parsing API
- ๐ New tutorial
- ๐ฆ
FreeT
machinery migrated out intopipes-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
- ๐ Fixed
-
v2.0.1 Changes
October 27, 2013- โก๏ธ Updated
free
upper bound - โ Added
dropFree
- ๐ Expanded documentation
- โก๏ธ Updated
-
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
Producer
s in order to correctly handle end of input
- ๐ New