byteslice v0.2.7.0 Release Notes

Release Date: 2022-02-16 // about 2 years ago
    • ➕ Add support for GHC 9.2.
    • ⬇️ Drop support for GHC 8.8 and earlier.
    • ➕ Add foldlM and foldrM for mondic folds over byte sequences.

Previous changes from v0.2.6.0

    • ➕ Add BytesN and ByteArrayN.
    • ➕ Add isInfixOf.
    • ➕ Add hForLines_ and hFoldLines.
    • ➕ Add lift and unlift for converting between Bytes and Bytes#.
    • 🚚 Move text-oriented functions from Data.Bytes to Data.Bytes.Text.*. Provide aliases with older names that come with deprecation warning.