• v0.2.0 03b6d7453a

    feat: add Redirect and ReplaceURL methods for browser navigation

    ryan released this 2026-01-12 10:47:52 +00:00 | 64 commits to main since this release

    Add SSE-based navigation methods to Context:

    • Redirect(url) / Redirectf() - navigate to new page
    • ReplaceURL(url) / ReplaceURLf() - update URL without navigation

    Update session example to demonstrate full login flow with redirects.

    Downloads