Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

Unreleased

0.2.0 — 2025-04-04

Breaking 🔥

  • Redesigned API in the spirit of base64.

  • Redesigned CLI to follow changes in API.

Removed 💨

  • Eliminated optional dependency on click and rich-click, remove extra [cli]. Using argparse from now on.

Added 🌿

  • Support for Python 2.7+

Fixed

  • Mypy typing and Ruff errors and formatting.

Misc