Releases: doseeare/ControlZ
Releases · doseeare/ControlZ
ControlZ TimeTravel v0.1.0 — Initial Release
ControlZ TimeTravel is a developer tool that brings Ctrl+Z to your application state.
It records state changes, allows you to move backward and forward in time, jump to any saved state,
and inject new states from JSON — all directly from a debug panel in your app.
✨ What’s included
- 📜 State history recording
- ⏪ Time travel (backward, forward, jump)
- 🧩 In-app debug panel for visual navigation
- 🛠 Inject application state from JSON
- ⚡ Debug-only friendly design
📦 Artifacts
- Android / JVM library via Maven Central
- iOS XCFramework for Compose Multiplatform projects
⚠️ Notes
- This is an early version (
v0.1.0) - APIs may change as the library evolves
- Feedback and contributions are very welcome