Paul Campbell
80e813e933
Deprecate the whereNot(), andNot() and orNot() methods infavour of these new methods, which they all not use internally..
50 lines
1.1 KiB
Text
50 lines
1.1 KiB
Text
CHANGELOG
|
|
=========
|
|
|
|
0.6.0
|
|
-----
|
|
|
|
* Add `Condition.and(Condition)`
|
|
* Add `Condition.or(Condition)`
|
|
* Add `Condition.not()`
|
|
* Deprecate `Condition.whereNot(boolean)`
|
|
* Deprecate `Condition.andNot(boolean)`
|
|
* Deprecate `Condition.orNot(boolean)`
|
|
|
|
0.5.0
|
|
-----
|
|
|
|
* Add `thenThrow(Exception)`
|
|
* Add `otherwiseThrow(Exception)`
|
|
|
|
0.4.0
|
|
-----
|
|
|
|
* Building with Jenkins
|
|
* Upgrade `kemitix-parent` to 5.0.3
|
|
|
|
0.3.0
|
|
-----
|
|
|
|
* Add `<T> Value.where(boolean, Supplier<T>, Supplier<T>)`
|
|
* Add `Optional<T> Value.where(boolean, Supplier<T>)`
|
|
* Add `.travis-support`
|
|
* Avoid danger of JVM-level deadlock during `Value` initialisation
|
|
* Avoid danger of JVM-level deadlock during `Condition` initialisation
|
|
* Upgrade `kemitix-parent` to 3.2.0
|
|
* Upgrade `kemitix-checkstyle-parent` to 3.2.0
|
|
* Upgrade `assertj` to 3.8.0
|
|
* Set `jacoco` to 100% line and instruction coverage required
|
|
* Set `pitest` to 100% mutation and coverage required
|
|
* Use `lombok.val` in `ValueTest`
|
|
* Move `assertThat` calls to individual test methods in `ValueTest`
|
|
|
|
0.2.0
|
|
-----
|
|
|
|
* Added `Value`
|
|
|
|
0.1.0
|
|
-----
|
|
|
|
* Initial release
|