Tags: yuhangwang/text
Tags
text-1.2.3.0 * 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](https://github.com/bos/text/blob/1.2.3.0/Data/Text/Internal/Lazy.hs#L51) (haskellgh-184). * Bug fix: Fixed usage of size hints causing incorrect behavior (haskellgh-197). * New function: `unsnoc` (haskellgh-173). * Reduce memory overhead in `encodeUTF8` (haskellgh-194). * Improve UTF-8 decoder error-recovery (haskellgh-182). * Minor documentation improvements (`@since` annotations, more examples, clarifications).
PreviousNext