mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-05 18:25:35 +08:00
Bump version to 1.0.4
This commit is contained in:
@@ -27,4 +27,12 @@
|
||||
- Fix `all` function of the sub-project fails after using other configuration functions in the global configuration
|
||||
- Improve and adopt Gradle project naming convention
|
||||
- Added plugin own update function
|
||||
- Some other functional improvements
|
||||
|
||||
## 1.0.4 | 2023.11.04
|
||||
|
||||
- Fix the issue where attribute key value names like `a=some` and `a_b=some` would cause duplicate method names
|
||||
- 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
|
Reference in New Issue
Block a user