text v1.2.0.5 Release Notes

    • ๐Ÿ”‹ Feature parity: repeat, cycle, iterate are now implemented for lazy Text, and the Data instance is more complete

    • ๐Ÿ— Build speed: an inliner space explosion has been fixed with toCaseFold

    • ๐Ÿ› Bug fix: encoding Int to a Builder would infinite-loop if the integer-simple package was used

    • ๐Ÿ—„ Deprecation: OnEncodeError and EncodeError are deprecated, as they are never used

    • Internals: some types that are used internally in fusion-related functions have moved around, been renamed, or been deleted (we don't bump the major version if .Internal modules change)

    • Spec compliance: toCaseFold now follows the Unicode 7.0 spec (updated from 6.3)