base16 v0.3.0.0 Release Notes

    • ✅ API for decodeBase16With has changed to require ByteString instead of Text. This is in alignment with work done on base64, which reflects the same API. This will be the final design for these types of conversions.
    • ✅ Test coverage now at 94%
    • ➕ Add NFData, Exception, and Generic instances for Base16Error + @since annotations for new instances. (#5)
    • Doc improvements and add -XTrustworty and -XSafe annotations where needed. (#5)
    • ⚡️ Optimized inner loop for short text and bytestrings (#4)
    • 🔄 Changed encodeBase16 in ByteString.Short to produce ShortText, instead of Text.