Closed rossta closed 7 years ago
Previously, the :between option served as a shorthand for :starts to :until. Now, when both :starts and :between are provided, the recurrence will behave as if anchored by the given :starts option, but filtered through the given :betweeen option.
:between
:starts
:until
:betweeen
Fixes #82
Previously, the
:between
option served as a shorthand for:starts
to:until
. Now, when both:starts
and:between
are provided, the recurrence will behave as if anchored by the given:starts
option, but filtered through the given:betweeen
option.Fixes #82