Changelog
- 78e130a Conditionalize language server preload (#1118)
- 4048e76 chore(ci): apply write permissions to code coverage
- 92ed4a3 chore(ci): bump upload artifact version
- 3244608 chore(ci): checkout code when uploading coverage
- 04f35cd chore(ci): replace nix cache github action
- 2070e14 chore(ci): upload artifact from local directory
- f1c2a5e chore: bump deps in examples and fuzzing
- 892b042 chore: bump documentation deps
- 3201870 chore: bump version
- e47b18c chore: bump version
- 99cbb2a chore: bump version with correct pattern
- 01a7b2c chore: bump version with correct pattern
- 72844e5 chore: constrain CI/CD workflow permissions to read only (#1143)
- 076b696 feat: add support for interpolating primitive types in addition to strings (#1129)
- 9f9a1a3 feat: add support for starting gopls in shared daemon mode (#1142)
- 5450d27 feat: allow partial parsing for improved LSP support (#1155)
- def3450 feat: allow the AST to be modified using a visitor (#1114)
- 5d4a06c feat: attribute key expressions (#1140)
- d20d8a1 feat: gracefully shutdown on sigterm in
-watch
mode (#1147) - ea8c58b feat: support ordered attributes (#1139)
- 79b4c2c feat: use GOPACKAGESDRIVER to load templ documents lazily (#1124)
- 2648793 fix: add error case if attribute key type is not recognised (#1157)
- 358110e fix: broken test
- a59b13a fix: copy attributes, because generating now adjusts a pointer due to #1114
- ca6efc4 fix: ignore non js scripting languages in script parser (#1136)
- 336d0d6 fix: include all watch patterns in consideration for cmd restart (#1144)
- f1aa37d fix: support script variable interpolation for javascript and module types (#1161)
- bf42293 fix: write constant attributes as they are in the source templ file (#1159)
- 74ab01b refactor: only attempt to update-coverage on push to main, no PRs