Skip to content

v0.2.0

Choose a tag to compare

@saptarshiroy39 saptarshiroy39 released this 05 Aug 02:57
· 11 commits to main since this release
4642451

[0.2.0] - 2026-08-01

Added

  • Added time helper module (sizelib.time) with scaling functions (s, ms, min, hour, day, week).
  • Added human_size() function in _human_size.py for humanizing byte sizes.
  • Added human_time() function in _human_time.py for formatting second into human-readable duration strings (e.g. 500 ms, 1 min, 2 hour).

Changed

  • Refactored humanization API into separate human_size and human_time functions.

Full Changelog: v0.1.3...v0.2.0