small-bytearray-builder v0.2.1.0 Release Notes

Release Date: 2019-09-05 // over 4 years ago
    • 🏗 Stop exporting data constructor in Data.ByteArray.Builder. This is technically a breaking change, but it was only exported by accident. So, with this release, we will technically violate PVP, and the previous release will be deprecated on hackage.
    • ➕ Add more functions for encoding unsigned words: word16PaddedLowerHex, word16LowerHex, word16UpperHex, word8LowerHex.
    • Unroll loop for word8Dec.