Skip to content

Releases: gofiber/template

v1.6.17

22 Sep 06:26
fa4608c
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/cbroglie/mustache from 1.2.2 to 1.3.0 (#137)
  • Bump github.com/gofiber/fiber/v2 from 2.18.0 to 2.19.0 (#138)

v1.6.16

27 Aug 08:23
7402ecd
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.17.0 to 2.18.0 (#136)

🐛 Fixes

  • Add support for empty layout when global layout is provided (#135)

v1.6.15

13 Aug 06:19
c4b2c7e
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.16.0 to 2.17.0 (#133)

v1.6.14

02 Aug 06:41
3b88333
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.14.0 to 2.16.0 (#131)

v1.6.13

02 Jul 11:31
3387168
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.13.0 to 2.14.0 (#128)

v1.6.12

17 Jun 05:45
ffd75d1
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/cbroglie/mustache from 1.2.0 to 1.2.2 (#123)
  • Bump github.com/gofiber/fiber/v2 from 2.12.0 to 2.13.0 (#126)

🐛 Fixes

  • Fix: Template engine can only load template files ending in .html #124 (#125)

v1.6.11

07 Jun 06:03
367c107
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.10.0 to 2.12.0 (#121)

🐛 Fixes

  • Fix Race Condition in GoFiber HTML/Template #116 (#119)

v1.6.10

25 May 07:11
4d5a755
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0 (#118)
  • Clarify error message and print template error for Jet templates (#113)

v1.6.9

07 May 08:41
50cb904
Compare
Choose a tag to compare

🧹 Updates

  • Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.9.0 (#114)

📚 Documentation

  • Fix Jet README example (#111)

v1.6.8

30 Mar 07:59
89b6e49
Compare
Choose a tag to compare

🧹 Updates

  • mustache: add missing support for partials for embedded filesystems (#104)
  • Upgrading Jet templating engine to V6 (#82)
  • Bump github.com/CloudyKit/jet/v6 from 6.0.2 to 6.1.0 (#100)
  • Bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.7.1 (#98, #108)

📚 Documentation

  • Add html unescape values example (#105)
  • Add html embed.FS example (#102)

Thank you @malusev998 and @zachmann for making this update possible.