Skip to content

XiaoFeng-v-5.0.0

Latest
Compare
Choose a tag to compare
@zhuovi zhuovi released this 01 Feb 04:48
· 93 commits to master since this release

2024-02-01 v 5.0.0

1.Json配置增加属性值缩进字符 IndentChar, 数组对象缩进字符串 InddentString配置;

2.增加EnumNameConverter;

3.Entity基础模型类增加创建条件表达式方法 CreateWhere;

4.增加扩展方法字典转不区分大小写方法IgnoreCase;

5.JsonValue增加深度遍历查找集合值TryGetValue方法;

6.JsonValue增加通过路径查找数据值方法 TryGetElementValue;

7.JsonValue增加通过路径更新,删除节点 TryUpdateElementValue,TryRemoveElementValue;

8.优化IQueryableX中无存储参数时的bug;

9.优化WebSocketServer判断客户端事件非websocket连接;