Changelog for streamly-archive-0.3.0
0.3.0
- Updated for Streamly 0.10.0.
- Eliminated the
Void
seed forreadArchive
. - Added the ability to map over headers and filter out entries during
readArchive
. - Generalized
groupByHeader
togroupByLeft
. - Added utility functions:
eitherByLeft
,chunkOn
,chunkOnFold
.
0.2.0
- Updated for Streamly 0.9.0.
- Added
groupByHeader
convenience function.
0.1.0
- Updated for Streamly 0.8.0.
0.0.2
- Allow QuickCheck <2.15 and tasty <1.5.
0.0.1
- Initial release.