All Versions
15
Latest Version
Avg Release Cycle
190 days
Latest Release
102 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
May 01, 2026What's Changed
- feat: add per-call ContentType override via CallOptions by @caueasantos in #111
- ⬆️ Bumping some repo deps by @unrolled in #112
🆕 New Contributors
- @caueasantos made their first contribution in #111
Full Changelog : v1.7.0...v.1.8.0
-
v1.7.0 Changes
September 29, 2024 -
v1.6.1 Changes
October 17, 2023What's Changed
Full Changelog : v1.6.0...v1.6.1
-
v1.6.0 Changes
February 26, 2023- ➕ Adding ability to set html/template options (commit)
-
v1.5.0 Changes
June 22, 2022- ✂ Removed custom html escape code in favor of builtin SetEscapeHTML which became available in Go 1.17 (#99)
-
v1.4.1 Changes
November 11, 2021- 👌 Support use
io/fs.FSdirectly (#97 )
- 👌 Support use
-
v1.4.0 Changes
May 27, 2021 -
v1.3.0 Changes
May 26, 2021🆕 New feature:
- 👉 Use fsnotify if using Directory and expose CompileTemplates (#93)
-
v1.2.0 Changes
May 14, 2021🆕 New feature:
- Render templates from embed.FS (#89)
-
v1.1.1 Changes
May 12, 2021- 👉 Use RWMutex instead of Mutex for locking templates (#90)