0.1.14
✨ New methods
Duration::toDays()
Duration::toDaysPart()
Duration::toHours()
Duration::toHoursPart()
Duration::toMinutes()
Duration::toMinutesPart()
Duration::toSeconds()
Duration::toSecondsPart()
Duration::toMillis()
Duration::toMillisPart()
Duration::toNanos()
Duration::toNanosPart()
Duration::ofNanos()
See #15 for more information.
💩 Deprecations
Duration::ofMilliseconds()
is nowofMillis()
;ofMilliseconds()
is now deprecated and will be removed in0.2.0
.