Skip to content

Commit

Permalink
build: 发布 1.5.3 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
houkunlin committed Jul 1, 2024
1 parent b63d7ea commit 09d8087
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.houkunlin'
version = '1.5.2'
version = '1.5.3'
description = """
系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息;
The system data dictionary is automatically translated into dictionary text.
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 更改日志

## 1.5.3 版本

- feat(store): 增加 DictStore#storeBatch 批量存储数据字典信息方法,Redis 通过使用 Pipeline 方式批量写入字典值文本数据

## 1.5.2 版本

- feat: DictTypeKeyHandler 增加处理字典值的方法

## 1.5.1 版本

- feat: DictEnum 增加 getParentValue/getSorted/isDisabled 字典值参数方法

## 1.5.0 版本

产生了一些破坏性变更,请谨慎升级。移除了 DictText.Type 改为使用 DictBoolType;修改了 Redis 存储字典文本的方式,改为 Redis Hash 存储字典文本内容。
Expand Down

0 comments on commit 09d8087

Please sign in to comment.