text v1.2.2.2 Release Notes

Release Date: 2017-05-21 // almost 7 years ago
    • The toTitle function now correctly handles letters that immediately follow punctuation. Before, "there's" would turn into "There'S". Now, it becomes "There's".

    • The implementation of unstreaming is faster, resulting in operations such as map and intersperse speeding up by up to 30%, with smaller code generated.

    • The optimised length comparison function is now more likely to be used after some rewrite rule tweaking.

    • ๐Ÿ› Bug fix: an off-by-one bug in takeEnd is fixed.

    • ๐Ÿ› Bug fix: a logic error in takeWord16 is fixed.