text-trie v0.2.5.0 Release Notes
Release Date: 2019-04-11 // over 5 years ago-
๐ In this release,
bytestring-trie
is modified to work withData.Text
.- Converted project to stack
- โ Added more benchmarks.
- โ
Replaced cases of
ByteString
withText
- Replaced cases of
Word8
withWord16
- โ Added
Word16
-level unsafe helpers (corresponding toByteString
interface) - โ
Replaced ordering in tests with the derived order
on compare toList16
- โก๏ธ Updated tests for latest versions of
QuickCheck
,SmallCheck