Skip to content

Releases: dmfs/lib-recur

0.17.1

07 Apr 19:13
5ba0c83
Compare
Choose a tag to compare

Add decorators to limit RecurrenceSets

0.17.0

06 Apr 12:02
8ee6f28
Compare
Choose a tag to compare

Add RecurrenceSet::isFinite method to deprecate RecurrenceSet::isInfinite, which will be removed eventually.

0.16.0

02 Mar 23:57
7c36b49
Compare
Choose a tag to compare

Provide a new API to work with Recurrence Sets.

Note, this is a breaking change for users of the deprecated (and now removed) RecurrencesSet class.

0.15.2

15 Nov 22:34
001095f
Compare
Choose a tag to compare

Fix setting the ByDay part to an empty list resulting in a broken rule, #127

0.15.1

14 Nov 17:01
d59e866
Compare
Choose a tag to compare

Fix FastForwarded not working with InstanceLists #125

0.15.0

05 Mar 10:00
8ce5766
Compare
Choose a tag to compare

In lax modes, tolerate iteration of rules with all-day until dates and date-time start dates.

0.14.0

05 Mar 01:03
1a5c16b
Compare
Choose a tag to compare

CI/CD maintenance release

0.13.0

06 Nov 17:26
5791fbd
Compare
Choose a tag to compare

Rework recurrence set iteration.

0.12.2

15 Feb 21:53
803edb5
Compare
Choose a tag to compare

Fix an issue that caused an Exception to be iterated as an instance when it happened to fall on the last instance of a finite recurrence set.

0.12.1

10 Sep 08:28
793a9d4
Compare
Choose a tag to compare

Fix RecurrenceSetIterator.fastForward, #85 (#86)