File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ ### Changed
8
+
9
+ ### Deprecated
10
+
11
+ ### Fixed
12
+
13
+ ### Removed
14
+
15
+ ### Updated
16
+
17
+ ## [ 0.1.0-alpha.16] - 2024-02-13
18
+
19
+ ### Added
20
+
7
21
- ` FileScope ` DSL
8
22
- ` T?.or(other: T): T `
9
23
- ` T?.or(block: () -> T): T `
23
37
- ` T?.ifNull(block: () -> Unit): T? `
24
38
- ` Graph ` data structure
25
39
26
- ### Changed
27
-
28
- ### Deprecated
29
-
30
- ### Removed
31
-
32
- ### Fixed
33
-
34
40
### Updated
35
41
36
42
- ` com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.3 `
228
234
- ` com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.8 `
229
235
- ` org.jetbrains.kotlinx:binary-compatibility-validator -> 0.8.0 `
230
236
231
- [ Unreleased ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.15...HEAD
237
+ [ Unreleased ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.16...HEAD
238
+
239
+ [ 0.1.0-alpha.16 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.15...0.1.0-alpha.16
232
240
233
241
[ 0.1.0-alpha.15 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.14...0.1.0-alpha.15
234
242
Original file line number Diff line number Diff line change 1
- ![ Kotlin version] ( https://img.shields.io/badge/kotlin-1.8.21 -blueviolet?logo=kotlin&logoColor=white )
1
+ ![ Kotlin version] ( https://img.shields.io/badge/kotlin-1.9.22 -blueviolet?logo=kotlin&logoColor=white )
2
2
[ ![ MavenCentral] ( https://img.shields.io/maven-central/v/com.javiersc.kotlin/kotlin-stdlib?label=MavenCentral )] ( https://repo1.maven.org/maven2/com/javiersc/kotlin/kotlin-stdlib/ )
3
3
[ ![ Snapshot] ( https://img.shields.io/nexus/s/com.javiersc.kotlin/kotlin-stdlib?server=https%3A%2F%2Foss.sonatype.org%2F&label=Snapshot )] ( https://oss.sonatype.org/content/repositories/snapshots/com/javiersc/kotlin/kotlin-stdlib/ )
4
4
You can’t perform that action at this time.
0 commit comments