Skip to content

v1.3.0

Choose a tag to compare

@gustavofreze gustavofreze released this 02 Mar 22:57
· 4 commits to main since this release
d5fb930
  • Introduces Duration (unsigned seconds-based quantity) with arithmetic, comparisons, and unit conversions.
  • Introduces Period (half-open interval [from, to)) with validation plus contains() and overlapsWith() logic.
  • Extends Instant with plus(), minus(), durationUntil(), and comparison helpers.
  • Updates tests and README accordingly.