Skip to content

Releases: nokacper24/static-templ

v1.2.4

28 Mar 10:11
Compare
Choose a tag to compare

v1.2.3...v1.2.4

compare changes

📦 Build

🏡 Chore

❤️ Contributors

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

06 Mar 18:22
Compare
Choose a tag to compare

v1.2.2...v1.2.3

compare changes

📦 Build

  • Update golang.org/x/mod to v0.23.0 (dd607e0)
  • Templ v0.3.833 (d834cd1)

🏡 Chore

❤️ Contributors

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Jan 14:36
Compare
Choose a tag to compare

v1.2.1...v1.2.2

compare changes

📦 Build

  • deps: Bump templ to v0.3.819 (6fc68c9)

🏡 Chore

❤️ Contributors

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

28 Dec 17:08
Compare
Choose a tag to compare

v1.2.0...v1.2.1

compare changes

🏡 Chore

  • Update dependencies and go version (99ecef2)
  • Release v1.2.1 (9c27443)
  • Bump templ version const (365e080)

❤️ Contributors

v1.2.0

21 Oct 19:42
Compare
Choose a tag to compare

v1.1.0...v1.2.0

compare changes

🩹 Fixes

  • Unknown subcommand when flags are set (1f5ff4b)
  • finder.go: Normalize import string in FindImports func to work cross-platform (ed0bba8)
  • generator.go: Normalize file path to work cross-platform (5257c55)
  • main.go: Call copyFilesIntoOutputDir if bundle mode only (2683e56)

📦 Build

  • deps: Bump templ from v0.2.747 to v0.2.778 (20b45f9)

🏡 Chore

  • main.go: TemplVersion const set to 0.2.778 (af55d3e)
  • generator.go: Fix mispelled words (c9a5fbc)
  • Release v1.2.0 (4fe862d)

❤️ Contributors

What's Changed

  • Fix incorrect message displayed when flags are set by @indaco in #20
  • fix: go import path and file path strings on windows by @indaco in #21

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jul 17:20
Compare
Choose a tag to compare

v1.0.0...v1.1.0

compare changes

🚀 Enhancements

🩹 Fixes

  • Git hooks (37c6d2c)
  • getOutputScriptPath: Ensure file path is OS compatible (da797a1)
  • setup-hooks.sh: Hook names (3ed34bd)
  • Run with default and revert to simple logic (b012a7b)

💅 Refactors

📖 Documentation

  • README.md: Updated (207bccb)
  • REAME.md: Describe the mode falg (957e168)
  • README.md: Update the Assumptions section (52024a9)

📦 Build

🏡 Chore

  • Simplify usage func with explicit argument indexes (f5be69c)
  • Bump templ from v0.2.731 to v0.2.747 (70c2cc3)
  • Release v1.1.0 (52408e9)

🤖 CI

❤️ Contributors

What's Changed

  • fix: ensure file path is OS compatible by @indaco in #16
  • chore: simplify usage func with explicit argument indexes by @indaco in #17
  • build: Version management by @indaco in #14
  • refactor: improve code quality by @indaco in #18
  • new "mode" flag by @indaco in #19

Full Changelog: v1.0.0...v1.1.0

v1.0.1

02 Jul 11:03
08a5c65
Compare
Choose a tag to compare

fix #13

v1.0.0

01 Jul 13:56
08a5c65
Compare
Choose a tag to compare
Merge pull request #12 from indaco/fix-templ-cmds-completion

fix: waiting for templ commands to complete