- Fixed a bug where
dumpBase64
wouldn't output properly for large buffers (PR #35)
- Added
writeBase64
as a companion todumpBase64
- Fixed a bug where
dumpBase64
was allocating 25% of the actual used space in the Roblox version of the module
- Fixed bug where
dumpBase64
would occasionally duplicate a character
- Initial release