code / tomo-base64

Lines115 Tomo92 Markdown23
(22 lines)

Version History

v2025-12-22

  • Check output for file writing now that it returns a Result type.

v2.0

  • Updated to new Tomo syntax.
  • Removed dependency on random.

v1.1

  • Changed Base64.parse() -> Base64.encode_text().
  • Changed Base64.parse_bytes() -> Base64.encode_bytes().
  • Added url format.
  • Fixed some bugs with null bytes.
  • Added tests.

v1.0

Initial version

1 # Version History
3 ## v2025-12-22
5 - Check output for file writing now that it returns a `Result` type.
7 ## v2.0
9 - Updated to new Tomo syntax.
10 - Removed dependency on random.
12 ## v1.1
14 - Changed `Base64.parse()` -> `Base64.encode_text()`.
15 - Changed `Base64.parse_bytes()` -> `Base64.encode_bytes()`.
16 - Added `url` format.
17 - Fixed some bugs with null bytes.
18 - Added tests.
20 ## v1.0
22 Initial version