base64 v0.3.0.0 Release Notes

Release Date: 2020-01-07 // about 4 years ago
    • โœ… After a discussion with lexilambda, we're making 'encodeBase64' be ByteString -> Text by default, offering ByteString -> ByteString as a secondary format.
    • โž• Add decodeBase64Lenient to the API for phadej
    • ๐Ÿ›  Fix unpadded decoding bug where garbage was appended to the end of garbage inputs. A cleaner way to do this is to simply encode as Base64 with padding and then strip padding chars until I come up with a workflow specific to unpadded inputs (I used to have this, so I'll have to dig it up)
    • โž• Added isBase64 and isBase64Url to the API
    • ๐ŸŽ Performance is stable