Skip to content

Commit

Permalink
build: 发布 1.4.6 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
houkunlin committed Dec 13, 2021
1 parent 097d83c commit a7fb0e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.4.6-BUILD-SNAPSHOT'
version = '1.4.6'
sourceCompatibility = '1.8'
description = """
系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息;
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# 更改日志

## 1.4.6 版本

- feat: 增加树形结构数据的字典文本转换支持

## 1.4.5.1 版本

- feat(store): 刷新字典时当 DictTypeVo#children = null 时视为删除字典类型对象
- feat(store): 删除字典类型对象的同时也删除此字典类型下的所有字典值文本信息
- feat: RefreshDictValueEvent 增加参数设置删除单个字典值文本后字典类型无字典值列表时删除此字典类型信息

## 1.4.5 版本

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public class DictProperties {
*/
private String mqExchangeName = DEFAULT_MQ_EXCHANGE_NAME;
/**
* 两次刷新字典事件的时间间隔;两次刷新事件时间间隔小于配置参数将不会刷新
* 两次刷新字典事件的时间间隔;两次刷新事件时间间隔小于配置参数将不会刷新。
* 此设置只影响 {@link RefreshDictEvent} 事件
*/
private Duration refreshDictInterval = Duration.ofSeconds(60);
/**
Expand Down

0 comments on commit a7fb0e5

Please sign in to comment.