Releases: unrolled/render
Releases · unrolled/render
v1.6.0
- Adding ability to set html/template options (commit)
v1.5.0
- Removed custom html escape code in favor of builtin SetEscapeHTML which became available in Go 1.17 (#99)
v1.4.1
- Support use
io/fs.FS
directly (#97 )
v1.4.0
- Introduce an interface RWLock to implement lock free in production mode (#94)
- Mini refactor and cleanup, added UseMutexLock option (#96)
v1.3.0
New feature:
- Use fsnotify if using Directory and expose CompileTemplates (#93)
v1.2.0
New feature:
- Render templates from embed.FS (#89)
v1.1.1
- Use RWMutex instead of Mutex for locking templates (#90)
v1.1.0
- Adjusted HTML buffer implementation, made it configurable (#87)