text-zipper v0.10 Release Notes

Release Date: 2017-02-04 // about 7 years ago
    • ↔ Integrated word editing and navigation functions courtesy of Hans-Peter Deifel's hledger-iadd project (see Data.Text.Zipper.Generic.Words)
    • ➕ Added currentChar, nextChar, and previousChar (thanks @kRITZCREEK)

    0.9

    • 🖨 insertChar and insertMany now only insert printable characters and newlines (subject to text zipper line limits)
    • The GenericTextZipper class now requires a new method, toList :: a -> [Char]