v0.1.2
[0.1.2] - 2026-06-19
Changed
- Renamed internal modules
size.pyto_size.pyandhumanize.pyto_humanize.pyto denote them as internal implementation details, and updated imports in__init__.py. - Refactored
humanize()logic to use a standardwhileloop instead of afor-elseblock for better readability.
Added
- Updated documentation in
README.mdandSDK.mddemonstrating that unit helpers fully support passing variables and expressions as arguments.
Full Changelog: v0.1.1...v0.1.2