Skip to content

v0.2.0

Latest

Choose a tag to compare

@amahi2001 amahi2001 released this 16 Apr 05:01
· 7 commits to main since this release
193e7e4

Added

  • strip_nulls parameter on minimize() and stats(). Pass strip_nulls=False to preserve None, "", [], {} values when the null-vs-absent distinction matters. Default remains True.

Changed

  • README rewritten for clarity and tighter messaging.
  • Makefile release target uses macOS-compatible sed -i '' syntax.

Fixed

  • Test assertion for list dedup format with strip_nulls=False (mixed-type lists use line-based dedup, not JSON).

pip install python-token-killer==0.2.0
# or
uv add python-token-killer==0.2.0