Skip to content

v0.2.3

Latest

Choose a tag to compare

@saptarshiroy39 saptarshiroy39 released this 12 Aug 13:02
· 3 commits to main since this release
47fcc23

[0.2.3] - 2026-08-11

Added

  • Added month scaling helpers in sizelib.time: m28(), m29(), m30(), m31() (for 28, 29, 30, and 31-day month second calculations).
  • Added year scaling helpers in sizelib.time: y() (365-day regular year) and ly() (366-day leap year).
  • Added dedicated TIME_SDK.md reference guide.

Changed

  • Reordered sizelib.time imported constants from smallest to highest unit scale (MS through LEAP_YEAR).
  • Enriched time SDK documentation and web pages (/time and /human_time) with full parameter details, unit hierarchy tables, type preservation, and edge case examples.

Full Changelog: v0.2.2...v0.2.3