Skip to content

0.1.14

Compare
Choose a tag to compare
@BenMorel BenMorel released this 17 Sep 23:16
· 248 commits to master since this release

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 now ofMillis(); ofMilliseconds() is now deprecated and will be removed in 0.2.0.