Skip to content

0.4.2

Compare
Choose a tag to compare
@BenMorel BenMorel released this 19 May 21:34
· 153 commits to master since this release

New methods

  • Duration::isGreaterThanOrEqualTo() (#50)
  • Duration::isLessThanOrEqualTo() (#50)
  • Interval::of() (#64)
  • Interval::contains() (#64)
  • Interval::intersectsWith() (#64)
  • Interval::getIntersectionWith() (#64)
  • Interval::isEqualTo() (#64)

💩 Deprecations

  • Interval constructor is deprecated in favour of Interval::of() (#64)

Thanks to @ihmels and @someniatko!