text-zipper v0.10.1 Release Notes

Release Date: 2017-09-09 // over 6 years ago
    • WordSpec: fix a test verification bug (fixed #11)
    • WordSpec: generation of random text should never include newlines

Previous changes from v0.10

    • ↔ 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]