byteslice v0.2.7.0 Release Notes
Release Date: 2022-02-16 // almost 3 years ago-
- ➕ Add support for GHC 9.2.
- ⬇️ Drop support for GHC 8.8 and earlier.
- ➕ Add
foldlM
andfoldrM
for mondic folds over byte sequences.
Previous changes from v0.2.6.0
-
- ➕ Add
BytesN
andByteArrayN
. - ➕ Add
isInfixOf
. - ➕ Add
hForLines_
andhFoldLines
. - ➕ Add
lift
andunlift
for converting betweenBytes
andBytes#
. - 🚚 Move text-oriented functions from Data.Bytes to
Data.Bytes.Text.*
. Provide aliases with older names that come with deprecation warning.
- ➕ Add