File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
- - ` emptyString() `
8
- - ` isNotNullNorBlank() ` and ` isNotNullNorEmpty() `
9
- - ` second() ` , ` third() ` , ` forth() ` , ` fifth() ` and ` penultimate() `
10
- - ` OrNull ` variants for ` second() ` , ` third() ` , ` forth() ` , ` fifth() ` and ` penultimate() `
11
-
12
7
### Changed
13
8
14
9
### Deprecated
19
14
20
15
### Updated
21
16
17
+ ## [ 0.1.0-alpha.2] - 2021-11-29
18
+
19
+ ### Added
20
+
21
+ - ` emptyString() `
22
+ - ` isNotNullNorBlank() ` and ` isNotNullNorEmpty() `
23
+ - ` second() ` , ` third() ` , ` forth() ` , ` fifth() ` and ` penultimate() `
24
+ - ` OrNull ` variants for ` second() ` , ` third() ` , ` forth() ` , ` fifth() ` and ` penultimate() `
25
+
26
+ ### Updated
27
+
22
28
- ` com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.17 `
23
29
- ` io.kotest:kotest-assertions-core -> 5.0.0 `
24
30
- ` org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.0 `
Original file line number Diff line number Diff line change 1
- ![ Kotlin version] ( https://img.shields.io/badge/kotlin-1.5.31 -blueviolet?logo=kotlin&logoColor=white )
1
+ ![ Kotlin version] ( https://img.shields.io/badge/kotlin-1.6.0 -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
5
- [ ![ Build] ( https://img.shields.io/github/workflow/status/JavierSegoviaCordoba/kotlin-stdlib/build?label=Build&logo=GitHub )] ( https://github.com/JavierSegoviaCordoba/kotlin-stdlib/tree/main )
5
+ [ ![ Build] ( https://img.shields.io/github/workflow/status/JavierSegoviaCordoba/kotlin-stdlib/build-kotlin ?label=Build&logo=GitHub )] ( https://github.com/JavierSegoviaCordoba/kotlin-stdlib/tree/main )
6
6
[ ![ Quality] ( https://img.shields.io/sonar/quality_gate/JavierSegoviaCordoba_kotlin-stdlib?label=Quality&logo=SonarCloud&logoColor=white&server=https%3A%2F%2Fsonarcloud.io )] ( https://sonarcloud.io/dashboard?id=JavierSegoviaCordoba_kotlin-stdlib )
7
7
[ ![ Tech debt] ( https://img.shields.io/sonar/tech_debt/JavierSegoviaCordoba_kotlin-stdlib?label=Tech%20debt&logo=SonarCloud&logoColor=white&server=https%3A%2F%2Fsonarcloud.io )] ( https://sonarcloud.io/dashboard?id=JavierSegoviaCordoba_kotlin-stdlib )
8
8
You can’t perform that action at this time.
0 commit comments