Skip to content

Releases: doseeare/ControlZ

ControlZ TimeTravel v0.1.0 — Initial Release

28 Jan 07:36
3bb4f1b

Choose a tag to compare

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