-
v1.9.8 Stable
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
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
4 downloads
-
v1.9.7 Stable
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
minLevelfield to Logger struct to track the minimum level threshold. - Added
SetLevel()andGetLevel()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
-
Source code (ZIP)
6 downloads
-
Source code (TAR.GZ)
6 downloads
-
v1.9.6 Stable
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
-
Source code (ZIP)
10 downloads
-
Source code (TAR.GZ)
15 downloads
-
v1.9.5 Stable
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
-
Source code (ZIP)
12 downloads
-
Source code (TAR.GZ)
16 downloads
-
v1.9.4 Stable
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
-
Source code (ZIP)
17 downloads
-
Source code (TAR.GZ)
24 downloads
-
v1.9.3 Stable
released this
2025-03-27 13:50:13 -04:00 | 30 commits to main since this releaseAdd class to td in table. New response to buffer inline
Downloads
-
Source code (ZIP)
20 downloads
-
Source code (TAR.GZ)
25 downloads
-
Source code (ZIP)
-
v1.9.2 Stable
released this
2025-03-19 00:46:36 -04:00 | 33 commits to main since this releaseSmall fixes. Remove panic in handle files
Downloads
-
Source code (ZIP)
21 downloads
-
Source code (TAR.GZ)
24 downloads
-
Source code (ZIP)
-
v1.9.1 Stable
released this
2025-02-24 10:10:14 -05:00 | 39 commits to main since this releaseAdd documentation and tested on go1.24.0
Downloads
-
Source code (ZIP)
20 downloads
-
Source code (TAR.GZ)
25 downloads
-
Source code (ZIP)
-
v1.9.0 Stable
released this
2024-12-23 23:51:02 -05:00 | 40 commits to main since this release- Queue system based on asynq https://github.com/hibiken/asynq
Downloads
-
Source code (ZIP)
21 downloads
-
Source code (TAR.GZ)
30 downloads
-
v1.8.7 Stable
released this
2024-12-18 08:27:02 -05:00 | 45 commits to main since this releaseExtend some templates
Get form for mutiple fieldsDownloads
-
Source code (ZIP)
24 downloads
-
Source code (TAR.GZ)
28 downloads
-
Source code (ZIP)