支持GoFrame
来源:GoFrame
浏览 9
扫码
分享
2024-12-09 22:00:17
- Added gfsnotify file monitoring module;
- Configuration management module adds automatic update detection mechanism for configuration files;
- Template engine adds automatic update detection mechanism for template files;
- Improved gconv package basic type conversion functionality to enhance conversion performance;
- Added gpage pagination management package supporting dynamic pagination, static pagination, and custom pagination style features;
- ghttp.Request adds the Exit method to mark service exit. When called before service execution, the service will no longer execute;
- ghttp.Response removes the WriteString method, using the Write method uniformly for data stream return, with flexible parameter form;
- Template engine adds template variable exposure interface LockFunc/RLockFunc to support developers in handling template variables flexibly;
- ghttp.Server adds access & error log functionality and supports developers in customizing log processing callback function registration;
- Added gredis package, supporting redis client operation encapsulation, and adding gredis.Redis object to gins singleton manager for unified configuration management maintenance;
- gins singleton manager adds automatic update detection mechanism for singleton object configuration files. When the configuration file changes externally, it automatically refreshes the singleton objects in the manager;
- gdb database ORM package adds And/Or conditional chain methods and improves Where/Data method parameter flexibility;
- For newly added modules, corresponding development documentation is also added, and existing other module development documentation is organized and improved;
- Fixed ISSUES: