Releases: romshark/templier
Releases · romshark/templier
v0.10.7
Changelog
- f551c94 chore: Upgrade to templ v0.3.833
v0.10.6
Changelog
- f1db3f3 chore: Bump version to v0.10.6
- d227bf0 fix: JS injection support for br and gzip encoding
- bafea41 fix: Regenerate templ
v0.10.5
Changelog
- b0ccb33 chore: Bump version to v0.10.5
- 23247c8 chore: Upgrade dependencies
- 3b66a19 fix: Improve info logs
- 9cd5fc9 fix: Incorrect server restart logic
v0.10.4
Changelog
- 35e15c7 chore: Bump version to v0.10.4
- 5780206 fix: Inverted active restart check
v0.10.3
v0.10.3
focuses on stability and performance.
Backward-incompatible change:
The config YAML file now defines only one debounce
parameter instead of debounce.go
and debounce.templ
. This will require changing your current configuration file.
Fixes:
- Templiér now correctly recognizes
.templ
changes that don't require recompilation and can instead just refresh the browser tab to read from the _templ.txt
file.
- Templiér will no longer refresh the browser tab while the application server is being restarted, which previously could have lead to a state where the browser tab doesn't get the Templier JS injection and thus can't reload on changes on its own any more and requires an annoying manual refresh.
- Templiér will now make sure that Go code correctness is always verified after changes to
.templ
. Previously, the code might have had issues but Templiér wouldn't report them until the next restart.
- Templiér will now abort any recompilation and restarting procedures when re-triggered potentially reducing the memory and CPU footprint.
Changelog
- 6672b25 chore: Bump version to v0.10.3
- c034b89 chore: Fix misspellings
- 288e231 chore: Upgrade to Go v1.23.5
- 560a97d fix: Close health check response body
- 9555d3b fix: Fast txt reload breaks HTML and requires manual reload. (#13)
- c4865b3 fix: Nil-pointer deref on response body closure
v0.10.2
Changelog
- 40b0ab5 chore: Bump version to 0.10.2
- 7865629 fix: Handling of not-exists FS error
v0.10.1
Changelog
- 756b93b chore: Bump version to 0.10.1
- 1537f15 chore: Upgrade dependencies
- 09ff449 fix: Clean up temp dir in case of fatal errors.
- 649b47f fix: Join file path parts with filepath.Join
- e6f8830 fix: Shut down gracefuly in case of error
- 84675b1 fix: Unjustified termination on file registry err
v0.10.0
Support for newest templ v0.3.819 and more.
Templier will now require the latest version of templ to be installed on your system.
Full Changelog: v0.9.0...v0.10.0
v0.8.0
Changelog
- 7c4cb8f !feat: Add templ formatting