Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

1.0.2

Choose a tag to compare

@fankes fankes released this 06 Sep 17:50
· 79 commits to master since this release
fb7682d

SweetProperty 1.0.2 Released

  • Use net.lingala.zip4j to replace JDK's default function of creating compressed files and fix the problem that the JAR created by Gradle 8.0.2+
    version on Windows platform is broken and the generated classes cannot be found
  • Refactor the loading function of the automatically generated code part, and add an error message that classes may not be found
  • Deprecated propertiesFileName method
  • Added propertiesFileNames method, now you can set a group of properties file names at the same time
  • Added includeKeys method, now you can set an array of properties key names to include only
  • Added keyValuesRules method, now you can modify the actual parsing result of the value content during the properties key-values loading process

For more details, please check the changelog.


SweetProperty 1.0.2 已发布

  • 使用 net.lingala.zip4j 取代 JDK 默认创建压缩文档功能修复在 Windows 平台中 Gradle 8.0.2+ 版本创建的 JAR 损坏导致找不到生成的 Class 问题
  • 重构自动生成代码部分的装载功能,增加可能找不到 Class 的错误提示
  • 作废了 propertiesFileName 方法
  • 新增 propertiesFileNames 方法,现在你可以同时设置一组属性配置文件名称了
  • 新增 includeKeys 方法,现在你可以设置仅包含的属性键值名称数组了
  • 新增 keyValuesRules 方法,现在你可以在属性键值装载过程中修改键值内容的实际解析结果

详情请查看更新日志。