File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.19] 2019-02-20
8+
9+ ### Fixed
10+ - Fixed thread-safety issue with soft assertions
11+
712## [ 0.18] 2019-07-12
813
914### Added
10- - Add ` extracting ` to allow extracing a value for each item in an array.
15+ - Add ` extracting ` to allow extracting a value for each item in an array.
1116- Add ` Assert<Result<T>>.isSuccess() ` and ` Assert<Result<T>>.isFailure() ` to replace ` AssertBlock ` assertions.
1217- Add ` messageContains ` for throwable.
1318
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515}
1616
1717dependencies {
18- testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.18 '
18+ testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.19 '
1919}
2020```
2121
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313allprojects {
1414 group ' com.willowtreeapps.assertk'
15- version ' 0.19-SNAPSHOT '
15+ version ' 0.19'
1616}
1717
1818ext {
You can’t perform that action at this time.
0 commit comments