Releases: dmfs/lib-recur
Releases · dmfs/lib-recur
0.12
Refactor ByDayFilter
Drop InstanceIterator.peek
method
0.11.5
Remove FastXXX Iterators, fixes #73
0.11.3
RecurrenceSetIterator
returning wrong and out of order instances after calling fastForward
, fixes #61
0.11.2
Fix handling of multiple exception source, fixes #57 (#58)
0.11.1
Fix SKIP being not applied to BYYEARDAY and BYWEEKNO, fixes #54 (#55)
0.11
- Rewrite YEARLY expansion, implement #44, fixes #40 (#53)
- Fix sorting of InstanceIterators, fixes #49 (#50)
- increase max empty sets to allow less-frequent rules (#48)
0.10.1
Fixes RecurrenceSet result count when iterating RRULEs with a start that doesn't match the rule.
0.10
This release contains a change that might break existing applications if not handled properly. RecurrenceRuleIterator
no longer iterates the start instance if it doesn't match the rule. Instead this is now added by RecurrenceSet
.