Skip to content

Releases: romshark/templier

v0.10.7

01 Feb 13:04
Compare
Choose a tag to compare

Changelog

  • f551c94 chore: Upgrade to templ v0.3.833

v0.10.6

26 Jan 17:31
Compare
Choose a tag to compare

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

24 Jan 21:37
Compare
Choose a tag to compare

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

19 Jan 18:08
Compare
Choose a tag to compare

Changelog

  • 35e15c7 chore: Bump version to v0.10.4
  • 5780206 fix: Inverted active restart check

v0.10.3

19 Jan 17:26
Compare
Choose a tag to compare

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

13 Jan 12:34
Compare
Choose a tag to compare

Changelog

  • 40b0ab5 chore: Bump version to 0.10.2
  • 7865629 fix: Handling of not-exists FS error

v0.10.1

13 Jan 12:21
Compare
Choose a tag to compare

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

07 Jan 13:35
Compare
Choose a tag to compare

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.9.0

03 Jan 21:12
Compare
Choose a tag to compare

Full Changelog: v0.8.0...v0.9.0

v0.8.0

08 Nov 22:21
Compare
Choose a tag to compare

Changelog

  • 7c4cb8f !feat: Add templ formatting