• v0.21.4
    All checks were successful
    CI / Build and Test (push) Successful in 34s
    Stable

    ryan released this 2026-02-20 20:00:44 +00:00 | 12 commits to main since this release

    Fixes

    • Fix potential nil file.Close() panic in devModePersist/devModeRemovePersisted by extracting loadDevModeMap/saveDevModeMap helpers with proper defer
    • Fix typos: percistpersist, percistedpersisted, tmplatestemplates

    Docs

    • Remove stale context reaper reference in README (removed in dc56261)
    • Update example count from 14 to 19, add missing example names
    • Fix incorrect OnChange 200ms debounce claim in state-and-interactivity.md
    • Add setup comment to shakespeare example for obtaining shake.db

    Chores

    • Remove tracked binaries: pathparams (10.8 MB), shake.db (22 MB)
    • Consolidate .gitignore with wildcard pattern covering all 19 examples
    • Remove dead code: commented imports, unnecessary fmt.Sprintf, no-op Config calls in examples
    • Replace go fmt with gofmt -l check in ci-check.sh to fail on unformatted code
    Downloads