mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-05 10:15:36 +08:00
Bump version to 1.0.5
This commit is contained in:
@@ -34,4 +34,8 @@
|
||||
- 修复使用 `${...}` 生成的插值内容依然会携带字符串类型引号问题
|
||||
- 生成的代码使用 `@Nonnull` 标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型
|
||||
- 新增 `project(...)` 配置方法支持同时配置多个项目
|
||||
- 一些其它功能性的改进
|
||||
- 一些其它功能性的改进
|
||||
|
||||
## 1.0.5 | 2023.11.08
|
||||
|
||||
- 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题
|
@@ -35,4 +35,8 @@
|
||||
- Fix the problem that the interpolation content generated using `${...}` still carries string type quotes
|
||||
- Generated code is marked with `@Nonnull` to make it recognized as a non-null return type in Kotlin DSL scripts
|
||||
- Added `project(...)` configuration method to support configuring multiple projects at the same time
|
||||
- Some other functional improvements
|
||||
- Some other functional improvements
|
||||
|
||||
## 1.0.5 | 2023.11.08
|
||||
|
||||
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names
|
Reference in New Issue
Block a user