# 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