• v1.9.8 ec47943a39

    v1.9.8 Stable

    zeni released this 2026-05-19 00:44:33 -04:00 | 0 commits to main since this release

    • Add function RenderNamedTemplate executes a named template from the registered set with the given data and returns the rendered HTML.
    • gormlogger.Silent is the log level that suppresses all Gorm log messages, including the "record not found" warnings.
    • COOKIE_SECURE environment variable (defaults to true, set to false for local HTTP development)
    • Cookie time and JWT share the same time
    • Option to force a GET redirect (303) when needed, by passing true as a second parameter to c.Response.Redirect().
    • Moved session system to core
    • Queue system settings expanded. Update debug to goffee log system
    • Updated documentation
    Downloads
  • v1.9.7 6149d2945b

    v1.9.7 Stable

    zeni released this 2026-05-06 22:00:25 -04:00 | 10 commits to main since this release

    • Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
    • Added minLevel field to Logger struct to track the minimum level threshold.
    • Added SetLevel() and GetLevel() methods for dynamically changing/reading the log level at runtime.
    • Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates.
    Downloads
  • v1.9.6 3d67bc0a03

    v1.9.6 Stable

    zeni released this 2025-09-18 01:15:21 -04:00 | 15 commits to main since this release

    • Implemented a thread-safe solution to the race condition that was causing random route overlaps.
    • ID in the content_list
    Downloads
  • v1.9.5 850d2ae477

    v1.9.5 Stable

    zeni released this 2025-07-15 11:56:29 -04:00 | 20 commits to main since this release

    • Templates add ID to PageNavItem
    • Check child items to active nav
    • APP and CDN environment vars support
    Downloads
  • v1.9.4 f1772b99f3

    v1.9.4 Stable

    zeni released this 2025-04-17 02:57:39 -04:00 | 26 commits to main since this release

    • Select mutiple
    • Custom tags to form
    • Element paginator
    Downloads
  • v1.9.3 259f2f4b79

    v1.9.3 Stable

    zeni released this 2025-03-27 13:50:13 -04:00 | 30 commits to main since this release

    Add class to td in table. New response to buffer inline

    Downloads
  • v1.9.2 1a39c666a3

    v1.9.2 Stable

    zeni released this 2025-03-19 00:46:36 -04:00 | 33 commits to main since this release

    Small fixes. Remove panic in handle files

    Downloads
  • v1.9.1 695f1f57ba

    v1.9.1 Stable

    zeni released this 2025-02-24 10:10:14 -05:00 | 39 commits to main since this release

    Add documentation and tested on go1.24.0

    Downloads
  • v1.9.0 1b23363f6f

    v1.9.0 Stable

    zeni released this 2024-12-23 23:51:02 -05:00 | 40 commits to main since this release

    Downloads
  • v1.8.7 0afafd8c41

    v1.8.7 Stable

    zeni released this 2024-12-18 08:27:02 -05:00 | 45 commits to main since this release

    Extend some templates
    Get form for mutiple fields

    Downloads