Changelog
- 13b1f8a Feature: delete orphaned templ files, with -keep-orphaned-files flag to disable (#325)
- 060219c [docs] Enable templ syntax highlighting in 04-core-concepts/01-components (#336)
- 92557cd chore: bump deps in examples
- e127474 chore: bump version
- 06b7157 chore: remove orphaned templ file
- 6a3dc32 chore: run formatter after updates
- 37f022a feat: add spread attribute feature (#237)
- 8484597 feat: add support for rendering raw HTML, and bi-directional support for html/template (#337)
- f7d965c feat: allow functions that return (string, error) (#299)
- b6f0b3d feat: probe for Windows locations of gopls
- f217754 feat: show templ CLI and go.mod version mismatch warning (#338)
- ac11ed2 feat: warn when using legacy call syntax (#303)
- 802881f fix(#300): multiline bool constant attributes on Windows
- 499671c fix: 'generate -watch' stops sleeping between iterations after 15min (#309)
- 4911b5d fix: diagnostics set to nil, which causes issues in some LSP clients (and is against spec)
- 99fd97f fix: ensure correct response headers and status code used on template render error (#316)
- 83497bc fix: fixed insertion of additional whitespace on format (#346)
- 9622ae2 fix: nix documentation, CGO typo and flake overlay (#323)
- c9f43b8 refactor: add example of allocation test for parser
- 6c41101 refactor: reduce memory allocations during parsing and generation (#301)