Skip to content

Releases: romshark/templier

v0.5.2

04 Aug 22:36
Compare
Choose a tag to compare

Changelog

  • 33dd9d3 fix: Use goreleaser version ldflag

v0.5.1

04 Aug 21:51
Compare
Choose a tag to compare

Changelog

  • 62f4a4c fix: Lookup executable file path for -version

v0.5.0

04 Aug 11:21
Compare
Choose a tag to compare

Changelog

  • dac33bc Typo and docs (#3)
  • c3fc1c2 feat: Add flag -version for build info retrieval

v0.4.1

29 Jul 15:50
Compare
Choose a tag to compare
  • 08770a6 fix: Templiér will now correctly remove built app server binaries only when rebuilding the server. This fixes custom watchers with requires: restart.
  • 54c9c30 fix: Glob include expressions for custom watcher will now use file paths relative to app.dir-work when matching include globs.
  • 94fc544 fix: Debug console output was removed.

v0.4.0

25 Jul 21:49
Compare
Choose a tag to compare
  • 8dfe094 feat: Templiér now supports custom configurable watchers.
  • 8dfe094 fix: A memory leak in the WebSocket connection handler was fixed.
  • 8dfe094 fix: Templiér no longer hangs on termination if the runner is performing a health-check on the server.
  • 8dfe094 fix: Missing space between prefix and body in console logs was added.

v0.3.7

08 Jul 22:51
Compare
Choose a tag to compare
  • 65d6dd4 fix: Templiér now sets a global flag preventing the injected js from being re-executed unnecessarily.

v0.3.6

08 Jul 20:39
Compare
Choose a tag to compare
  • be01249 fix: Templiér no longer produces variable redeclaration exceptions in the injected javascript.

v0.3.5

08 Jul 19:28
Compare
Choose a tag to compare
  • b0bfb9a fix: Templiér no longer ignores _templ.go files which previously could lead to incorrect behavior. It will now correctly recompile and reload when necessary.

v0.3.4

06 Jul 12:01
Compare
Choose a tag to compare
  • 5a7765f fix: Templ errors are correctly catched again by reading templ generate output from stderr instead of stdout.

v0.3.3

04 Jul 22:14
Compare
Choose a tag to compare
  • ac177ef fix: Templiér now uses templ's reverse-proxy implementation for better interoperability with HTMX and overall correctness.