Skip to content

version 5.2.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 18 Feb 19:36
· 38 commits to master since this release

Added

  • Period::rangeForward allows iteration over a set of dates and times, recurring at regular intervals, over the instance forward starting from the instance start.
  • Period::rangeBackwards Allows iteration over a set of dates and times, recurring at regular intervals, over the instance backwards starting from the instance ending.
  • Period::fromRange returns a new Period instance from a DatePeriod object. Only usable in PHP8.2+ installation

Fixed

  • Using PHPUnit 10 instead of PHPUnit 9.

Deprecated

  • Period::dateRangeForward use instead Period::rangeForward
  • Period::dateRangeBackwards use instead Period::rangeBackwards

Removed

  • None