-
released this
2026-02-20 20:00:44 +00:00 | 12 commits to main since this releaseFixes
- Fix potential nil
file.Close()panic indevModePersist/devModeRemovePersistedby extractingloadDevModeMap/saveDevModeMaphelpers with proper defer - Fix typos:
percist→persist,percisted→persisted,tmplates→templates
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
.gitignorewith wildcard pattern covering all 19 examples - Remove dead code: commented imports, unnecessary
fmt.Sprintf, no-op Config calls in examples - Replace
go fmtwithgofmt -lcheck in ci-check.sh to fail on unformatted code
Downloads
- Fix potential nil