Skip to content

Commit fc18018

Browse files
enedclaude
andcommitted
docs: Add CHANGELOG.md files to all federated plugin packages
- Add CHANGELOG.md to workmanager_platform_interface - Add CHANGELOG.md to workmanager_android - Add CHANGELOG.md to workmanager_ios Each package now has its own changelog documenting the initial 0.8.0 release with federated plugin architecture migration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3f3e018 commit fc18018

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

workmanager_android/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.8.0
2+
3+
* **BREAKING**: Migrate to federated plugin architecture
4+
* Initial release of the Android implementation
5+
* Implement all `WorkmanagerPlatform` methods for Android
6+
* Support for one-off and periodic tasks using WorkManager API
7+
* Support for constraints: network type, battery not low, charging, device idle, storage not low
8+
* Support for backoff policies: linear and exponential
9+
* Add `isScheduled` method to check if a periodic task is scheduled (Android only)
10+
* Migrate from `be.tramckrijte` to `dev.fluttercommunity` namespace

workmanager_ios/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.8.0
2+
3+
* **BREAKING**: Migrate to federated plugin architecture
4+
* Initial release of the iOS implementation
5+
* Implement all `WorkmanagerPlatform` methods for iOS
6+
* Support for one-off tasks using BGTaskScheduler API
7+
* Support for processing and refresh tasks
8+
* Fix optional `initialDelaySeconds` parameter handling
9+
* Add debug notification helper for testing
10+
* Add thumbnail generator for background tasks
11+
* Migrate from `be.tramckrijte` to `dev.fluttercommunity` namespace
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.8.0
2+
3+
* **BREAKING**: Migrate to federated plugin architecture
4+
* Initial release of the platform interface package
5+
* Define `WorkmanagerPlatform` abstract class with all method signatures
6+
* Define data classes: `WorkmanagerConfig`, `Constraints`, `BackoffPolicy`
7+
* Add comprehensive documentation for all public APIs

0 commit comments

Comments
 (0)