Skip to content

Commit 2309d6e

Browse files
committed
Publish 0.1.0
1 parent 1a48930 commit 2309d6e

File tree

2 files changed

+27
-206
lines changed

2 files changed

+27
-206
lines changed

CHANGELOG.md

Lines changed: 26 additions & 205 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
### Added
66

7-
- Validate Dsl
8-
- `Either` data structure
9-
- `identity` function
10-
117
### Changed
128

139
### Deprecated
@@ -18,20 +14,13 @@
1814

1915
### Updated
2016

21-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.8.0`
22-
- `gradle -> 8.11.1`
23-
24-
## [0.1.0-alpha.17] - 2024-10-26
25-
26-
### Updated
27-
28-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.18`
29-
- `gradle -> 8.10.2`
30-
31-
## [0.1.0-alpha.16] - 2024-02-13
17+
## [0.1.0] - 2024-11-28
3218

3319
### Added
3420

21+
- Validate Dsl
22+
- `Either` data structure
23+
- `identity` function
3524
- `FileScope` DSL
3625
- `T?.or(other: T): T`
3726
- `T?.or(block: () -> T): T`
@@ -50,38 +39,9 @@
5039
- `T?.ifNotNull(block: () -> Unit): T?`
5140
- `T?.ifNull(block: () -> Unit): T?`
5241
- `Graph` data structure
53-
54-
### Updated
55-
56-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.3`
57-
- `gradle -> 8.6`
58-
59-
## [0.1.0-alpha.15] - 2023-06-05
60-
61-
### Added
62-
6342
- `root: TreeNode<T>` to `TreeNode<T>`
64-
65-
### Updated
66-
67-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.26`
68-
69-
## [0.1.0-alpha.14] - 2023-06-02
70-
71-
### Added
72-
7343
- `TreeNode` data structure
7444
- `String.removeIf`
75-
76-
### Updated
77-
78-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.24`
79-
- `gradle -> 8.1.1`
80-
81-
## [0.1.0-alpha.13] - 2023-04-17
82-
83-
### Added
84-
8545
- `resource(name: String): File` function
8646
- `resourceOrNull(name: String): File?` function
8747
- `File.children: Sequence<File>`
@@ -94,192 +54,53 @@
9454
- `String.transform_hyphen_string` function
9555
- `String.TRANSFORM_HYPHEN_STRING` function
9656
- `String.tRaNsFoRmStRiNg` function
97-
98-
### Changed
99-
100-
- `@Ignore*` annotation use CamelCase in the target name
101-
- `@IgnoreDARWIN` to `@IgnoreAPPLE`
102-
103-
### Updated
104-
105-
- `gradle -> 8.1`
106-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.5.0-alpha.8`
107-
- `easimon/wipe-cache -> v2`
108-
109-
## [0.1.0-alpha.12] - 2022-10-18
110-
111-
### Added
112-
11357
- `String::capitalize`
11458
- `String::decapitalize`
115-
116-
### Updated
117-
118-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.42`
119-
- `com.android.tools.build:gradle -> 7.3.0`
120-
- `gradle -> 7.5.1`
121-
122-
## [0.1.0-alpha.11] - 2022-07-14
123-
124-
### Added
125-
12659
- `kotlin-test-testng` artifact
127-
128-
## [0.1.0-alpha.10] - 2022-07-14
129-
130-
### Added
131-
13260
- `kotlin-test-junit` artifact
13361
- `kotlin-test-juni5` artifact
134-
135-
### Removed
136-
13762
- `kotlin-test` artifact
138-
139-
## [0.1.0-alpha.9] - 2022-07-14
140-
141-
### Added
142-
143-
- `kotlin-test` artifact
144-
145-
### Updated
146-
147-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.23`
148-
149-
## [0.1.0-alpha.8] - 2022-07-10
150-
151-
### Added
152-
15363
- `String.replace(vararg oldToNewValues: Pair<String, String>): String`
15464
- `String.remove(vararg values: String): String`
155-
156-
### Updated
157-
158-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.20`
159-
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10`
160-
161-
## [0.1.0-alpha.7] - 2022-07-05
162-
163-
### Updated
164-
165-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.8`
166-
167-
## [0.1.0-alpha.6] - 2022-06-29
168-
169-
### Added
170-
17165
- `CharSequence.notContain: Boolean` functions
172-
173-
### Updated
174-
175-
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.10.1`
176-
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.3`
177-
178-
## [0.1.0-alpha.5] - 2022-06-14
179-
180-
### Fixed
181-
182-
- `String.ansiColor` function just color the first line in multiline strings
183-
184-
### Updated
185-
186-
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.2`
187-
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.10.0`
188-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43`
189-
- `io.kotest:kotest-assertions-core -> 5.3.0`
190-
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.21`
191-
- `gradle -> 7.4.2`
192-
193-
## [0.1.0-alpha.4] - 2022-01-07
194-
195-
### Added
196-
19766
- `List<String>.removeDuplicateEmptyLines`
19867
- `String.removeDuplicateEmptyLines`
19968
- `String.endWithNewLine`
200-
201-
### Changed
202-
203-
- `emptyString()` to `String.Empty`
204-
205-
### Updated
206-
207-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.39`
208-
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.0`
209-
- `gradle -> 7.3.3`
210-
- `io.kotest:kotest-assertions-core -> 5.0.3`
211-
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.10`
212-
213-
## [0.1.0-alpha.3] - 2021-11-29
214-
215-
### Changed
216-
217-
- Java support to Java 8
218-
219-
### Fixed
220-
221-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.17`
222-
223-
## [0.1.0-alpha.2] - 2021-11-29
224-
225-
### Added
226-
22769
- `emptyString()`
22870
- `isNotNullNorBlank()` and `isNotNullNorEmpty()`
22971
- `second()`, `third()`, `forth()`, `fifth()` and `penultimate()`
23072
- `OrNull` variants for `second()`, `third()`, `forth()`, `fifth()` and `penultimate()`
231-
232-
### Updated
233-
234-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.17`
235-
- `io.kotest:kotest-assertions-core -> 5.0.0`
236-
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.0`
237-
238-
## [0.1.0-alpha.1] - 2021-11-10
239-
240-
### Added
241-
24273
- `AnsiColor` and `String.ansiColor()`
24374
- `String.remove`
24475

245-
### Updated
246-
247-
- `gradle -> 7.3`
248-
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.8`
249-
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.8.0`
250-
251-
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.17...HEAD
252-
253-
[0.1.0-alpha.17]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.16...0.1.0-alpha.17
254-
255-
[0.1.0-alpha.16]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.15...0.1.0-alpha.16
256-
257-
[0.1.0-alpha.15]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.14...0.1.0-alpha.15
258-
259-
[0.1.0-alpha.14]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.13...0.1.0-alpha.14
260-
261-
[0.1.0-alpha.13]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.12...0.1.0-alpha.13
262-
263-
[0.1.0-alpha.12]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.11...0.1.0-alpha.12
264-
265-
[0.1.0-alpha.11]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.10...0.1.0-alpha.11
266-
267-
[0.1.0-alpha.10]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.9...0.1.0-alpha.10
76+
### Changed
26877

269-
[0.1.0-alpha.9]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.8...0.1.0-alpha.9
78+
- `@Ignore*` annotation use CamelCase in the target name
79+
- `@IgnoreDARWIN` to `@IgnoreAPPLE`
80+
- `emptyString()` to `String.Empty`
81+
- Java support to Java 8
27082

271-
[0.1.0-alpha.8]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.7...0.1.0-alpha.8
83+
### Fixed
27284

273-
[0.1.0-alpha.7]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.6...0.1.0-alpha.7
85+
- `String.ansiColor` function just color the first line in multiline strings
86+
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.17`
27487

275-
[0.1.0-alpha.6]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.5...0.1.0-alpha.6
88+
### Removed
27689

277-
[0.1.0-alpha.5]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.4...0.1.0-alpha.5
90+
- `kotlin-test` artifact
27891

279-
[0.1.0-alpha.4]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.3...0.1.0-alpha.4
92+
### Updated
28093

281-
[0.1.0-alpha.3]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.2...0.1.0-alpha.3
94+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.8.0`
95+
- `gradle -> 8.11.1`
96+
- `easimon/wipe-cache -> v2`
97+
- `com.android.tools.build:gradle -> 7.3.0`
98+
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.7.10`
99+
- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.10.1`
100+
- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.3`
101+
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43`
102+
- `io.kotest:kotest-assertions-core -> 5.3.0`
282103

283-
[0.1.0-alpha.2]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.1...0.1.0-alpha.2
104+
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0...HEAD
284105

285-
[0.1.0-alpha.1]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/commits/0.1.0-alpha.1
106+
[0.1.0]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.17...0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Kotlin version](https://img.shields.io/badge/kotlin-2.0.21-blueviolet?logo=kotlin&logoColor=white)
1+
![Kotlin version](https://img.shields.io/badge/kotlin-2.1.0-blueviolet?logo=kotlin&logoColor=white)
22
[![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/)
33
[![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/)
44

0 commit comments

Comments
 (0)