Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 427 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 427 Bytes

CHANGELOG

Version 1.1.1

  • Fixed a bug where dumpBase64 wouldn't output properly for large buffers (PR #35)

Version 1.1.0

  • Added writeBase64 as a companion to dumpBase64
  • Fixed a bug where dumpBase64 was allocating 25% of the actual used space in the Roblox version of the module

Version 1.0.1

  • Fixed bug where dumpBase64 would occasionally duplicate a character

Version 1.0

  • Initial release