1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

更新 CHANGELOG.md

This commit is contained in:
2025-12-05 10:21:07 +08:00
parent 87da87d000
commit d83481c6a4
3 changed files with 21 additions and 6 deletions

View File

@@ -25,6 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->
## [Unreleased]
### Added
- Add new configuration `variable-conversion.formatOrder` to customize the display order of variable naming conventions. (新增 `variable-conversion.formatOrder` 配置项,用于自定义变量命名方式的显示顺序)
### Improved
- Improve cyclic conversion to follow user-configured formatOrder. (改进了循环转换功能使其遵循用户配置的formatOrder顺序)
## 2.1.0
### Changed