Skip to content

v1.4.0

Choose a tag to compare

@gustavofreze gustavofreze released this 03 Mar 03:36
· 13 commits to main since this release
1c19b82
  • Add DayOfWeek (ISO-8601 weekday enum) and TimeOfDay (HH:MM value object) with corresponding tests and README documentation.
  • Refactor Duration to use an internal Seconds value object, introduce InvalidSeconds, add divide(), and switch to from*() factories + toSeconds() accessor.
  • Rename Period::of() to Period::from() and update usages across tests and README.