Skip to content

0.2.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 08 Jan 17:02
· 217 commits to master since this release

💥 Breaking changes

  • most of the project classes are now final (#8)
  • the following deprecated methods have been removed:
    • LocalDateRange::getStartDate() - use getStart() instead (#13)
    • LocalDateRange::getEndDate() - use getEnd() instead (#13)
    • Duration::ofMilliseconds() - use ofMillis() instead