Changelog
- 5d4f365 chore: bump NPM version for docs
- fc8328a chore: re-generate example with latest binary
- d4573c2 chore: regenerate template files, see previous commit
- 2f0245f chore: update Go benchmark to include Go templates
- 9b00e0c feat(#128): templ fmt: don't overwrite the file if it hasn't changed
- 5e8644b feat: hot reload, fixes #82 (#130)
- a34b18c feat: parse single quote attributes (#125)
- af81962 feat: skip walking directories with dot or underscore prefixes, or that are called vendor/node_modules to reduce time wasted walking dirs
- 4f2b0bc feat: support script templates for hx-on attributes (#134)
- 93234fb fix a snippet (#142)
- 109dec9 fix(#131): do not sanitize constant CSS properties within CSS templates
- 86d87b4 fix(lsp): file incorrectly updated when importing modules, fixes #135 (#136)
- 00e5cbe fix: docs: 03-syntax: 08-template: show correct html output (#129)
- 704ed22 refactor: improve render performance by ~1.5%
- 35183ac refactor: update React benchmarks