v1.3.8
(2018-12-26)
新特性
- 对
gform
完成重构,以提高扩展性,并修复部分细节问题、完善单元测试用例(https://goframe.org/database/orm/index); WebServer
路由注册新增分组路由特性(https://goframe.org/net/ghttp/group);WebServer
新增Rewrite
路由重写特性(https://goframe.org/net/ghttp/static);- 增加框架运行时对开发环境的自动识别;
- 增加了
Travis CI
自动化构建/测试;
...