Releases · unrolled/render · GitHub
Skip to content

Releases: unrolled/render

v1.8.0

Choose a tag to compare

@unrolled unrolled released this 01 May 20:44
46bc606

What's Changed

New Contributors

Full Changelog: v1.7.0...v.1.8.0

v1.7.0

Choose a tag to compare

@unrolled unrolled released this 29 Sep 00:03
5e0563b

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

Choose a tag to compare

@unrolled unrolled released this 17 Oct 12:29
15b217a

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

Choose a tag to compare

@unrolled unrolled released this 26 Feb 14:17
  • Adding ability to set html/template options (commit)

v1.5.0

Choose a tag to compare

@unrolled unrolled released this 22 Jun 12:46
ae0c1ea
  • Removed custom html escape code in favor of builtin SetEscapeHTML which became available in Go 1.17 (#99)

v1.4.1

Choose a tag to compare

@unrolled unrolled released this 11 Nov 13:24
  • Support use io/fs.FS directly (#97 )

v1.4.0

Choose a tag to compare

@unrolled unrolled released this 27 May 19:23
a3f5fc8
  • Introduce an interface RWLock to implement lock free in production mode (#94)
  • Mini refactor and cleanup, added UseMutexLock option (#96)

v1.3.0

Choose a tag to compare

@unrolled unrolled released this 26 May 17:09

New feature:

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

v1.2.0

Choose a tag to compare

@unrolled unrolled released this 14 May 04:24
987556a

New feature:

  • Render templates from embed.FS (#89)

v1.1.1

Choose a tag to compare

@unrolled unrolled released this 12 May 04:03
8d2b52a
  • Use RWMutex instead of Mutex for locking templates (#90)