Skip to content

Commit

Permalink
Merge pull request #44 from owent/dev
Browse files Browse the repository at this point in the history
Prepare v2.18.0
  • Loading branch information
owent authored Jul 27, 2024
2 parents c746d94 + 2cb9ee2 commit 731252c
Show file tree
Hide file tree
Showing 192 changed files with 4,615 additions and 549 deletions.
19 changes: 17 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,25 @@

## Unrelease

## 2.18.0

1. 增加插件 `org.xresloader.field_list_strip_option=LIST_STRIP_DEFAULT|LIST_STRIP_NOTHING|LIST_STRIP_TAIL|LIST_STRIP_ALL` 用于给单个字段设置数组裁剪。
2. 增加插件 `org.xresloader.field_list_min_size="<N>|枚举名"` 用于给单个字段数组最小长度要求。
3. 增加插件 `org.xresloader.field_list_max_size="<N>|枚举名"` 用于给单个字段数组最大长度要求。
4. 增加插件 `org.xresloader.field_list_strict_size=<true|false>` 用于设置单个字段数组的严格长度要求,即不自动补全最小长度,而是报错。
5. 增加选项 `--disable-alias-mapping` 用于关闭字段映射时使用别名。
6. 修复使用别名时,message结构未被正确映射的问题。
7. 修复对Excel对大数字自动附加的 `,` 的适配。
8. 修复对非裁剪模式下的数组数据自动补全问题。

### BREAKCHANGES

+ 在此版本后,默认启用 `--enable-alias-mapping` 开启字段别名映射。如果出现别名重名出现冲突,请使用 `--disable-alias-mapping` 还原之前的默认行为。

## 2.17.1

1. 修复数组别名丢失字段映射的问题
2. 修复文本模式输出跨分组转出数据没清理干净的问题
1. 修复数组别名丢失字段映射的问题
2. 修复文本模式输出跨分组转出数据没清理干净的问题

## 2.17.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 xresloader
Copyright (c) 2024 xresloader

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
69 changes: 39 additions & 30 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 731252c

Please sign in to comment.