Unrolled Render Versions Save

Go package for easily rendering JSON, XML, binary data, and HTML templates responses.

v1.6.1

6 months ago

What's Changed

Full Changelog: https://github.com/unrolled/render/compare/v1.6.0...v1.6.1

v1.6.0

1 year ago
  • Adding ability to set html/template options (commit)

v1.5.0

1 year ago

v1.4.1

2 years ago
  • Support use io/fs.FS directly (#97 )

v1.4.0

2 years ago
  • Introduce an interface RWLock to implement lock free in production mode (#94)
  • Mini refactor and cleanup, added UseMutexLock option (#96)

v1.3.0

2 years ago

New feature:

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

v1.2.0

2 years ago

New feature:

  • Render templates from embed.FS (#89)

v1.1.1

2 years ago
  • Use RWMutex instead of Mutex for locking templates (#90)

v1.1.0

3 years ago
  • Adjusted HTML buffer implementation, made it configurable (#87)

v1.0.3

4 years ago
  • Added template functions as html render option #81