text v1.2.3.0 Release Notes

Release Date: 2017-12-27 // over 6 years ago
    • Spec compliance: toCaseFold now follows the Unicode 9.0 spec (updated from 8.0).

    • ๐Ÿ› Bug fix: the lazy takeWhileEnd function violated the lazy text invariant (gh-184).

    • ๐Ÿ› Bug fix: Fixed usage of size hints causing incorrect behavior (gh-197).

    • ๐Ÿ†• New function: unsnoc (gh-173).

    • โฌ‡๏ธ Reduce memory overhead in encodeUTF8 (gh-194).

    • ๐Ÿ‘Œ Improve UTF-8 decoder error-recovery (gh-182).

    • ๐Ÿ“š Minor documentation improvements (@since annotations, more examples, clarifications).