Browse Source

Apewer-6.8.9

master
Elivo 1 month ago
parent
commit
a93c9c747f
  1. 2
      Apewer/Apewer.props
  2. 18
      ChangeLog.md

2
Apewer/Apewer.props

@ -7,7 +7,7 @@
<Description></Description>
<RootNamespace>Apewer</RootNamespace>
<Product>Apewer Libraries</Product>
<Version>6.8.8</Version>
<Version>6.8.9</Version>
</PropertyGroup>
<!-- 生成 -->

18
ChangeLog.md

@ -1,4 +1,20 @@
### 6.8.8
### 6.8.9
- 新特性
- 增加扩展方法 Stream.Read(int),用于读取指定长度的字节数组;
- TextUtility 增加 Pascal、Kebab 和 Snake 方法,用于转换字符串的命名风格;
- [Table] [Column] 支持设置 CustomTableName,自定义实现类名(方法名)到表名(字段)的转换;
- 增加 IApiException,支持传递 Status 值;
- 增加 [Unparallel],用于标记 API 不允许并行调用;
- Json 支持序列化 byte[] 属性,并且支持自定义转换方法;
- 增加 DrawingUtility 类,提供常用的图像处理方法;
- Array.Sort 支持多个对比器,用于按多个属性排序;
- 增加扩展方法 Item.In(Collection),用于判断元素是否在集合中;
- 问题修正
- 修正 ObjectSet[].Dynamic 的编译条件;
- 修正 CreateShortcut 默认参数报错的问题;
- 修正了一些代码错误。
### 6.8.8
- 问题修正
- 修正 TableStructure 中派生类属性未生效的问题;
- 修改 IndexAttribute 中排序参数的类型名称,解决常用名称与应用冲突的问题。

Loading…
Cancel
Save