|
4 | 4 |
|
5 | 5 | ### Added
|
6 | 6 |
|
7 |
| -- Validate Dsl |
8 |
| -- `Either` data structure |
9 |
| -- `identity` function |
10 |
| - |
11 | 7 | ### Changed
|
12 | 8 |
|
13 | 9 | ### Deprecated
|
|
18 | 14 |
|
19 | 15 | ### Updated
|
20 | 16 |
|
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 |
32 | 18 |
|
33 | 19 | ### Added
|
34 | 20 |
|
| 21 | +- Validate Dsl |
| 22 | +- `Either` data structure |
| 23 | +- `identity` function |
35 | 24 | - `FileScope` DSL
|
36 | 25 | - `T?.or(other: T): T`
|
37 | 26 | - `T?.or(block: () -> T): T`
|
|
50 | 39 | - `T?.ifNotNull(block: () -> Unit): T?`
|
51 | 40 | - `T?.ifNull(block: () -> Unit): T?`
|
52 | 41 | - `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 |
| - |
63 | 42 | - `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 |
| - |
73 | 43 | - `TreeNode` data structure
|
74 | 44 | - `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 |
| - |
85 | 45 | - `resource(name: String): File` function
|
86 | 46 | - `resourceOrNull(name: String): File?` function
|
87 | 47 | - `File.children: Sequence<File>`
|
|
94 | 54 | - `String.transform_hyphen_string` function
|
95 | 55 | - `String.TRANSFORM_HYPHEN_STRING` function
|
96 | 56 | - `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 |
| - |
113 | 57 | - `String::capitalize`
|
114 | 58 | - `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 |
| - |
126 | 59 | - `kotlin-test-testng` artifact
|
127 |
| - |
128 |
| -## [0.1.0-alpha.10] - 2022-07-14 |
129 |
| - |
130 |
| -### Added |
131 |
| - |
132 | 60 | - `kotlin-test-junit` artifact
|
133 | 61 | - `kotlin-test-juni5` artifact
|
134 |
| - |
135 |
| -### Removed |
136 |
| - |
137 | 62 | - `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 |
| - |
153 | 63 | - `String.replace(vararg oldToNewValues: Pair<String, String>): String`
|
154 | 64 | - `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 |
| - |
171 | 65 | - `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 |
| - |
197 | 66 | - `List<String>.removeDuplicateEmptyLines`
|
198 | 67 | - `String.removeDuplicateEmptyLines`
|
199 | 68 | - `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 |
| - |
227 | 69 | - `emptyString()`
|
228 | 70 | - `isNotNullNorBlank()` and `isNotNullNorEmpty()`
|
229 | 71 | - `second()`, `third()`, `forth()`, `fifth()` and `penultimate()`
|
230 | 72 | - `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 |
| - |
242 | 73 | - `AnsiColor` and `String.ansiColor()`
|
243 | 74 | - `String.remove`
|
244 | 75 |
|
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 |
268 | 77 |
|
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 |
270 | 82 |
|
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 |
272 | 84 |
|
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` |
274 | 87 |
|
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 |
276 | 89 |
|
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 |
278 | 91 |
|
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 |
280 | 93 |
|
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` |
282 | 103 |
|
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 |
284 | 105 |
|
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 |
0 commit comments