Skip to content

Add migration guide for v0.5.0#105

Merged
ryanoneill merged 1 commit intomainfrom
fix/migration-guide
Mar 2, 2026
Merged

Add migration guide for v0.5.0#105
ryanoneill merged 1 commit intomainfrom
fix/migration-guide

Conversation

@ryanoneill
Copy link
Owner

Summary

  • Adds MIGRATION.md covering all v0.5.0 breaking changes
  • Each breaking change includes before/after code examples
  • Covers: unified Runtime, method renames, Message: Send + 'static, State: Clone removal, SimulatedEvent rename, slimmed prelude, removed APIs
  • Includes a quick migration checklist at the end

Test plan

  • Review migration guide for accuracy against CHANGELOG
  • Verify code examples are correct

🤖 Generated with Claude Code

Covers all breaking changes with before/after code examples:
- Unified Runtime (sync + async merged)
- Runtime method renames (terminal, inner_terminal, step)
- AsyncTestHarness → AppHarness rename
- Message: Send + 'static requirement
- State: Clone no longer required
- SimulatedEvent → Event rename
- Slimmed prelude (no more ratatui::prelude::* re-export)
- Removed APIs (step, Command::clone)
- New dispatch_event/handle_event methods
- Quick migration checklist

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (ff80ab6) to head (c460f75).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   92.82%   92.82%           
=======================================
  Files          94       94           
  Lines        9471     9471           
=======================================
  Hits         8791     8791           
  Misses        680      680           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ryanoneill ryanoneill merged commit 27232c4 into main Mar 2, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants