text-trie v0.2.5.0 Release Notes

Release Date: 2019-04-11 // about 5 years ago
  • ๐Ÿš€ In this release, bytestring-trie is modified to work with Data.Text.

    • Converted project to stack
    • โž• Added more benchmarks.
    • โœ… Replaced cases of ByteString with Text
    • Replaced cases of Word8 with Word16
    • โž• Added Word16-level unsafe helpers (corresponding to ByteString interface)
    • โœ… Replaced ordering in tests with the derived order on compare toList16
    • โšก๏ธ Updated tests for latest versions of QuickCheck, SmallCheck