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

新增点分割转换目标;版本号更新为1.0.10

This commit is contained in:
2024-07-28 20:56:03 +08:00
parent d4277da88b
commit 762859f9e6
10 changed files with 423 additions and 46 deletions

View File

@@ -23,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->
## 1.0.10
### Added
- Add 4 new conversion types: Dot Case, Dot Camel Case, Dot Pascal Case, Dot Upper Case (新增 4 种转换类型: 点分隔 + 全小写/小驼峰/大驼峰/全大写)
## 1.0.8
### Added