- Rewrite
pipe
to be aware of backpressure - Tests for pipes
- Fix regressions in
drop
/take
introduced in 0.1.4 - Restructure the tests to give better stack traces
- Rewrite
drop
/take
in terms ofchain
andempty
- Add
length
andzip-with-index
methods
- Add
foldl
/foldl1
methods
- Fix
scanl1
, doesn't actually work
- Add
scanl
/scanl1
methods
- Initial release