Skip to content

Commit 8fc0bd9

Browse files
committed
doc(bean-searcher): v4.4.2
1 parent 7e41577 commit 8fc0bd9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bean-searcher-doc/docs/en/guide/info/versions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ For detailed version information, please refer to [Github](https://github.com/tr
1212
- Enhanced `MetaResolver`: Added `clearCache()` method to manually clear the `BeanMeta` cache.
1313
- Enhanced `@DbIgnore`: Supports annotating other custom annotations to inherit `@DbIgnore` functionality.
1414
- Added `AnnoUtils`: For parsing composite annotations.
15+
- Enhanced `MapUtils` utility class (since v4.4.2)
16+
- Added `flat(Map<String, String[]> map, boolean urlDecode)` method to support specifying whether to perform URL decoding
17+
- Added `flatBuilder(Map<String, String[]> map, boolean urlDecode)` method to support specifying whether to perform URL decoding
18+
- The original `flat(Map<String, String[]> map)` method now performs URL decoding by default
19+
- The original `flatBuilder(Map<String, String[]> map)` method now performs URL decoding by default
1520
* Bean Searcher Label (**First Release**)
1621
- Introduced `@LabelFor` annotation (inherits `@DbIgnore`) to label and resolve Label fields (e.g., marking `statusName` as the Label for `status`).
1722
- Added `LabelLoader` interface for loading custom Labels.

bean-searcher-doc/docs/zh/guide/info/versions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- 增强 `MetaResolver`: 新增 `clearCache()` 方法,用于手动清除 `BeanMeta` 缓存
1313
- 增强 `@DbIgnore`: 支持标注其它自定义注解,使其具有 `@DbIgnore` 的功能
1414
- 新增 `AnnoUtils`: 可用于解析组合注解
15+
- 增强 `MapUtils` 工具类(since v4.4.2)
16+
- 添加 `flat(Map<String, String[]> map, boolean urlDecode)` 方法,支持 指定知否进行 URL 解码
17+
- 添加 `flatBuilder(Map<String, String[]> map, boolean urlDecode)` 支持 指定知否进行 URL 解码
18+
-`flat(Map<String, String[]> map)` 方法,默认进行 URL 解码
19+
-`flatBuilder(Map<String, String[]> map)` 方法,默认进行 URL 解码
1520
* Bean Searcher Label(**首发**
1621
- 提供 `@LabelFor` 注解,该注解继承自 `@DbIgnore`,可用于标注并解析 Label 字段(例如:将 `statusName` 字段标记为 `status` 的 Label)
1722
- 提供 `LabelLoader` 接口,可用于加载自定义的 Label

0 commit comments

Comments
 (0)