Releases: JavierSegoviaCordoba/kotlin-stdlib
Releases · JavierSegoviaCordoba/kotlin-stdlib
0.1.0-alpha.17
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.18
gradle -> 8.10.2
0.1.0-alpha.16
[0.1.0-alpha.16] - 2024-02-13
Added
FileScope
DSLT?.or(other: T): T
T?.or(block: () -> T): T
Iterable<T>.sixth(): T
Iterable<T>.sixthOrNull(): T?
Iterable<T>.seventh(): T
Iterable<T>.seventhOrNull(): T?
Iterable<T>.eighth(): T
Iterable<T>.eighthOrNull(): T?
Iterable<T>.ninth(): T
Iterable<T>.ninthOrNull(): T?
Iterable<T>.tenth(): T
Iterable<T>.tenthOrNull(): T?
Boolean.ifFalse(block: () -> Unit): Boolean
Boolean.ifTrue(block: () -> Unit): Boolean
T?.ifNotNull(block: () -> Unit): T?
T?.ifNull(block: () -> Unit): T?
Graph
data structure
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.3
gradle -> 8.6
0.1.0-alpha.15
Added
root: TreeNode<T>
toTreeNode<T>
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.26
0.1.0-alpha.14
Added
TreeNode
data structureString.removeIf
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.24
gradle -> 8.1.1
0.1.0-alpha.13
Changed
@Ignore*
annotation use CamelCase in the target name@IgnoreDARWIN
to@IgnoreAPPLE
Updated
gradle -> 8.1
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.8
easimon/wipe-cache -> v2
Added
resource(name: String): File
functionresourceOrNull(name: String): File?
functionFile.children: Sequence<File>
String.transformstring
functionString.TRANSFORMSTRING
functionString.transformString
functionString.TransformString
functionString.transform_string
functionString.TRANSFORM_STRING
functionString.transform_hyphen_string
functionString.TRANSFORM_HYPHEN_STRING
functionString.tRaNsFoRmStRiNg
function
0.1.0-alpha.12
Added
String::capitalize
String::decapitalize
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.42
com.android.tools.build:gradle -> 7.3.0
gradle -> 7.5.1
0.1.0-alpha.9
Added
kotlin-test
artifact
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.23
0.1.0-alpha.11
Added
kotlin-test-testng
artifact
0.1.0-alpha.10
Added
kotlin-test-junit
artifactkotlin-test-juni5
artifact
Removed
kotlin-test
artifact
0.1.0-alpha.8
Added
String.replace(vararg oldToNewValues: Pair<String, String>): String
String.remove(vararg values: String): String
Updated
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.20
org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10