Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 97.30% 97.30%
=======================================
Files 15 15
Lines 2151 2151
=======================================
Hits 2093 2093
Misses 58 58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the package version from 1.0.4 to 1.0.5, introducing breaking changes that rename the inRange() extension methods to occurrences() for better consistency across the API. The changes make parameters optional, allowing users to get all occurrences without specifying a date range, and consolidate logic by removing the RecurrenceIteratorQuery extension.
- Renamed
inRange()tooccurrences()across all component iterable extensions (EventIterableQuery, TodoIterableQuery, JournalIterableQuery, TimeZoneIterableQuery) - Made
startandendparameters optional inoccurrences()methods - Consolidated
RecurrenceIteratorQueryextension logic into theRecurrenceIteratorclass
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pubspec.yaml | Version bumped from 1.0.4 to 1.0.5 |
| CHANGELOG.md | Added 1.0.5 release notes documenting the breaking changes and added version link references |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.