v0.2.15
Pre-release
Pre-release
🐛 Bug Fixes
- prevent
IntegerDivisionByZeroExceptionwithbySetPositions(#67), closes: #44. Thanks to @DrBu7cher! - out-of-range
bySetPositionsnot handled correctly (#69), closes: #68. Thanks to @DrBu7cher!
⏩ Performance Improvements
- when calculating instances for recurrence rules without a count, skip directly to
after(if set) instead of calculating all instances until then (#66). Thanks to @DrBu7cher! - when applying
bySetPositions, reuse date lists (e47a0a8)
📦 Build & CI
- upgrade to Dart 3.0.0 (
ce0678e)