File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
- - ` invalidIfIsBlank ` to Validate APIs
8
- - Validate APIs support specifying a generic error
9
- - Nested validator: ` validator(fooValidator, foo) `
10
- - Nested validator: ` foo.validatedBy(fooValidator) `
11
- - Nested validator: ` fooValidator.validatorFor(foo) `
12
-
13
7
### Changed
14
8
15
9
### Deprecated
18
12
19
13
### Removed
20
14
15
+ ### Updated
16
+
17
+ ## [ 0.2.0] - 2025-01-10
18
+
19
+ ### Added
20
+
21
+ - ` invalidIfIsBlank ` to Validate APIs
22
+ - Validate APIs support specifying a generic error
23
+ - Nested validator: ` validator(fooValidator, foo) `
24
+ - Nested validator: ` foo.validatedBy(fooValidator) `
25
+ - Nested validator: ` fooValidator.validatorFor(foo) `
26
+
27
+ ### Removed
28
+
21
29
- ` ValidatableList ` APIs
22
30
- ` Graph::toGraph ` function
23
31
- ` Graph::circularVertexes ` to be ` Map<T, List<Edge<T>>> `
114
122
- ` com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43 `
115
123
- ` io.kotest:kotest-assertions-core -> 5.3.0 `
116
124
117
- [ Unreleased ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0...HEAD
125
+ [ Unreleased ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.2.0...HEAD
126
+
127
+ [ 0.2.0 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0...0.2.0
118
128
119
- [ 0.1.0 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.1.0-alpha.17... 0.1.0
129
+ [ 0.1.0 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/commits/ 0.1.0
You can’t perform that action at this time.
0 commit comments