base64 v0.4.2.2 Release Notes

Release Date: 2020-07-05 // almost 4 years ago
    • ➕ Add NFData, Exception, and Generic instances for Base64Error + @since annotations for new instances. (#28)
    • Doc improvements and add -XTrustworty and -XSafe annotations where needed. (#27)
    • 👌 Improve URL canonicity validation and correctness checking (now supports correct checking for unpadded Base64url) (#26)
    • 🛠 Fixed perf regressions in decode
    • ✅ Test coverage is at 98%