| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt.sig | 2026-05-10 | 96 Bytes | |
| checksums.txt | 2026-05-10 | 737 Bytes | |
| templ_Linux_arm64.tar.gz | 2026-05-10 | 5.2 MB | |
| templ_Linux_i386.tar.gz | 2026-05-10 | 5.5 MB | |
| templ_Linux_x86_64.tar.gz | 2026-05-10 | 5.7 MB | |
| templ_Windows_x86_64.tar.gz | 2026-05-10 | 5.9 MB | |
| templ_Darwin_arm64.tar.gz | 2026-05-10 | 5.5 MB | |
| templ_Darwin_x86_64.tar.gz | 2026-05-10 | 5.9 MB | |
| templ_Windows_arm64.tar.gz | 2026-05-10 | 5.3 MB | |
| templ_Windows_i386.tar.gz | 2026-05-10 | 5.7 MB | |
| README.md | 2026-05-10 | 1.3 kB | |
| v0.3.1020 source code.tar.gz | 2026-05-10 | 2.2 MB | |
| v0.3.1020 source code.zip | 2026-05-10 | 2.5 MB | |
| Totals: 13 Items | 49.4 MB | 0 | |
Changelog
- 09d6b02 chore: bump version
- a411f13 chore: fix linter warning in test code
- 524cd39 feat: add -check flag, closes [#1007] (#1373)
- f3d595c feat: add Range to ExpressionAttribute nodes (#1347)
- 82af17c feat: add Range to GoCode nodes (#1348)
- cf98cdc feat: add Range to StringExpression nodes (#1349)
- ff38cee feat: add ranges for attribute node values (#1383)
- 552ed02 feat: support concurrent rendering of templ components (#1359)
- b310a97 fix(generatecmd): check
cmd.Start()error before insertingcmdin torunningmap (#1382) - 410a80e fix(lsp): delete $GOROOT hack in uri.File
- 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
- e581c01 fix: attributes containing a conditional, are always multiline (#1380)
- b2952ed fix: clear children context in Fragment.Render (#1360)
- 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes [#1365] (#1366)
- 7adcb62 fix: show correct updates based on written Go files without watch (#1363)
- aa493e0 fix: track Range for non-JavaScript ScriptExpression nodes (#1350)
- d52d64e fix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)
- 83176f9 fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes [#1354]