Skip to content

Commit 7063f33

Browse files
docs: Remove all roadmap and future version references
1 parent 27a6812 commit 7063f33

File tree

8 files changed

+9
-376
lines changed

8 files changed

+9
-376
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ benchmark/
4545
# Advanced/internal documentation (not for general users)
4646
doc/PRODUCTION_GUIDE.md
4747
doc/EXTENSIBILITY.md
48+
doc/PLATFORM_CONSISTENCY.md
4849

4950
# Internal analysis documents
5051
SPM_ANALYSIS.md

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Complete ZIP extraction worker with security protections, completing the compres
104104
- Zip bomb protection (size validation during extraction)
105105
- `deleteAfterExtract` option to save storage
106106
- `overwrite` control for existing files
107-
- Basic ZIP support (password protection planned for v1.1.0)
107+
- Basic ZIP support
108108

109109
**Example:**
110110
```dart

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,8 @@ NativeWorkManager.enqueue(
177177

178178
| Platform | Status | Min Version | Key Limitation |
179179
|----------|:------:|:-----------:|----------------|
180-
| **Android** | ✅ Full Support | API 21 (5.0+) | Doze mode may defer tasks |
181-
| **iOS** | ✅ Full Support | iOS 12.0+ | **30-second execution limit** |
182-
| **Web** | 🔜 Planned | - | v1.2+ |
183-
| **macOS** | 🔜 Planned | - | v1.3+ |
184-
| **Windows** | 🔜 Planned | - | v1.3+ |
185-
| **Linux** | 🔜 Planned | - | v1.3+ |
180+
| **Android** | ✅ Supported | API 21 (5.0+) | Doze mode may defer tasks |
181+
| **iOS** | ✅ Supported | iOS 12.0+ | **30-second execution limit** |
186182

187183
### iOS: 30-Second Execution Limit ⚠️
188184

doc/MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ Migrate tasks one at a time, then remove workmanager when done.
848848
849849
### Q: What if I need task tagging NOW?
850850
851-
**A:** Implement manual grouping (see "Task Tags Workaround" above) until v1.1 adds native support (Q2 2026).
851+
**A:** Implement manual grouping (see "Task Tags Workaround" above) currently not supported natively.
852852
853853
---
854854

0 commit comments

Comments
 (0)