From a93c9c747ff3700c02051f15c465900c5575a0ec Mon Sep 17 00:00:00 2001 From: Elivo Date: Fri, 20 Mar 2026 00:17:06 +0800 Subject: [PATCH] Apewer-6.8.9 --- Apewer/Apewer.props | 2 +- ChangeLog.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Apewer/Apewer.props b/Apewer/Apewer.props index d7cb8fc..7b2e833 100644 --- a/Apewer/Apewer.props +++ b/Apewer/Apewer.props @@ -7,7 +7,7 @@ Apewer Apewer Libraries - 6.8.8 + 6.8.9 diff --git a/ChangeLog.md b/ChangeLog.md index 50ddb7b..ce49617 100644 --- a/ChangeLog.md +++ b/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 中排序参数的类型名称,解决常用名称与应用冲突的问题。