Releases
4.4.0
Added
Added support for the boundary type
Period::EXCLUDE_START_INCLUDE_END
Period::INCLUDE_START_EXCLUDE_END
Period::EXCLUDE_ALL
Period::INCLUDE_ALL
Period::getBoundaryType
Period::isStartExcluded
Period::isStartIncluded
Period::isEndExcluded
Period::isEndIncluded
Period::withBoundaryType
Period::__construct
adds the $boundaryType
argument;
Period::after
adds the $boundaryType
argument;
Period::before
adds the $boundaryType
argument;
Period::around
adds the $boundaryType
argument;
Period::fromDatePeriod
adds the $boundaryType
argument;
Added missing Allen's Algebra intervals
Period::bordersOnStart
Period::bordersOnEnd
Period::isDuring
Period::isStartedBy
Period::isEndedBy
Added additional methods to the Sequence class
Sequence::unions
Sequence::intersections
Sequence::gaps
Sequence::boundaries
Sequence::reduce
Fixed
Deprecated
Sequence::getIntersections
use Sequence::intersections
instead
Sequence::getGaps
use Sequence::gaps
instead
Sequence::getBoundaries
use Sequence::boundaries
instead
Removed
You can’t perform that action at this time.