breeze-framework v1.0.10 Release Notes

    • [X] 更新版本。
    • [X] 添加@TodoMarker
    • [X] 将DslBuilder重命名为DslDocument,其他一些更改。
    • [X] 添加必要的Jvm注解,加强Java兼容性,其他一些相关更改。
    • [X] breeze-core 添加一些类型别名。
    • 👯 [X] breeze-core 移除自定义的Cloneable<T>接口,添加不稳定的shallowClonedeepClone扩展。移除List.withKeys扩展。
    • [X] breeze-core 添加String.orEmpty(predicate)String.takeIfNotEmptyString.takeIfNotBlank
    • [X] breeze-core&breeze-reflect 优化部分代码。
    • 🚚 [X] 添加必要的@JvmStatic@JvmOverloads注解。
    • [X] breeze-core 添加String.replaceLooped扩展。
    • [X] breeze-core 将String.wrapQuoteString.unwrapQuote重命名为String.quoteString.unquote
    • [X] breeze-core 优化集合的deepGetdeepSetdeepQuery扩展,添加String.surroundsWithString.truncateString.toIntRange等扩展。
    • [X] breeze-core 将exac改为exec
    • [X] breeze-core 默认使用路径引用。
    • [X] breeze-core 添加String.matchesBy扩展。添加String.toIntRange等扩展。重命名和添加toNumbertoNumberOrNull扩展。
    • [X] breeze-core 添加IntRange.toCircledRange扩展,用于兼容逆向索引。
    • [X] breeze-core 添加enumSetOfenumMapOf等扩展。
    • [X] breeze-core 完善exec扩展,添加execBlocking扩展。