Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: phadej/text

Tags

1.2.3.1

Toggle 1.2.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
text-1.2.3.1

* Make `decodeUtf8With` fail explicitly for unsupported non-BMP
  replacement characters instead silent undefined behaviour (haskellgh-213)

* Fix termination condition for file reads via `Data.Text.IO`
  operations (haskellgh-223)

* A serious correctness issue affecting uses of `take` and `drop` with
  negative counts has been fixed (haskellgh-227)

* A bug in the case-mapping functions resulting in unreasonably large
  allocations with large arguments has been fixed (haskellgh-221)

1.2.3.0

Toggle 1.2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
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).

1.2.2.2

Toggle 1.2.2.2's commit message
Update changelog

1.2.2.1

Toggle 1.2.2.1's commit message
Bump version to 1.2.2.1

1.2.2.0

Toggle 1.2.2.0's commit message
Default integer-pure build flag to False

1.2.1.3

Toggle 1.2.1.3's commit message
Added tag 1.2.1.2 for changeset 40f268e67357

1.2.1.2

Toggle 1.2.1.2's commit message
Bump version to 1.2.1.2

1.2.1.1

Toggle 1.2.1.1's commit message
Bump version to 1.2.1.1

1.2.1.0

Toggle 1.2.1.0's commit message
Broke my brain :-(

1.2.0.6

Toggle 1.2.0.6's commit message
Update changelog