foldl-transduce v0.3.0.0 Release Notes

    • Transducers can now delimit segments in the done function, too. This was required for transducers like surround to work as splitters.
    • Strengthened the constraints on the surround function to Traversable.
    • ➕ Added dependency on free and monoid-subclasses.
    • group functions can now treat each group differently.
    • ➕ Added ignore, splitAt, splitWhen, splitLast
    • ✂ removed drop, take... use splitAt, splitWhen + bisect.
    • ➕ Added bisect, evenly convenience functions.