Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

v1.2.11 (2018-11-26)

新特性

  1. ORM新增对SQLServerOracle的支持(https://goframe.org/database/orm/database);
  2. 完成gvalid模块校验结果的顺序特性(https://goframe.org/util/gvalid/checkmap);
  3. 改进ghttp.Request.Exit,使得调用该方法时立即退出业务执行,开发者无需调用Exit方法时再使用return返回(https://goframe.org/net/ghttp/service/object);
  4. 模板引擎新增若干内置函数:text/html/htmldecode/url/urldecode/date/compare/substr/strlimit/hidestr/highlight/toupper/tolower/nl2br (https://goframe.org/os/gview/funcs);
  5. 模板引擎新增内置变量Config (https://goframe.org/os/gview/vars);
  6. 改进gconv.Struct转换默认规则,支持不区分大小写的键名与属性名称匹配;
  7. gform配置文件支持linkinfo自定义数据库连接字段(https://goframe.org/database/orm/config);
  8. gfsnotify模块增加对特定回调的取消注册功能(https://goframe.org/os/gfsnotify/index);

...