Releases: dmfs/lib-recur
Releases · dmfs/lib-recur
0.17.1
Add decorators to limit RecurrenceSets
0.17.0
Add RecurrenceSet::isFinite method to deprecate RecurrenceSet::isInfinite, which will be removed eventually.
0.16.0
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
Fix setting the ByDay part to an empty list resulting in a broken rule, #127
0.15.1
Fix FastForwarded not working with InstanceLists #125
0.15.0
In lax modes, tolerate iteration of rules with all-day until dates and date-time start dates.
0.14.0
CI/CD maintenance release
0.13.0
Rework recurrence set iteration.
0.12.2
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
Fix RecurrenceSetIterator.fastForward, #85 (#86)