Skip to content

Releases: unrolled/render

v1.6.1

17 Oct 12:29
15b217a
Compare
Choose a tag to compare

What's Changed

  • Bump CI versions, fix a few linting errors by @unrolled in #103

Full Changelog: v1.6.0...v1.6.1

v1.6.0

26 Feb 14:17
Compare
Choose a tag to compare
  • Adding ability to set html/template options (commit)

v1.5.0

22 Jun 12:46
ae0c1ea
Compare
Choose a tag to compare
  • Removed custom html escape code in favor of builtin SetEscapeHTML which became available in Go 1.17 (#99)

v1.4.1

11 Nov 13:24
Compare
Choose a tag to compare
  • Support use io/fs.FS directly (#97 )

v1.4.0

27 May 19:23
a3f5fc8
Compare
Choose a tag to compare
  • Introduce an interface RWLock to implement lock free in production mode (#94)
  • Mini refactor and cleanup, added UseMutexLock option (#96)

v1.3.0

26 May 17:09
Compare
Choose a tag to compare

New feature:

  • Use fsnotify if using Directory and expose CompileTemplates (#93)

v1.2.0

14 May 04:24
987556a
Compare
Choose a tag to compare

New feature:

  • Render templates from embed.FS (#89)

v1.1.1

12 May 04:03
8d2b52a
Compare
Choose a tag to compare
  • Use RWMutex instead of Mutex for locking templates (#90)

v1.1.0

20 Apr 20:57
d232abd
Compare
Choose a tag to compare
  • Adjusted HTML buffer implementation, made it configurable (#87)

v1.0.3

21 Apr 13:05
b7b4713
Compare
Choose a tag to compare
  • Added template functions as html render option #81