All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1814 days ago

Changelog History

  • v0.2.5.0 Changes

    April 11, 2019

    🚀 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