1.4.1
This release deprecates Truth8
.
All its methods have become available on the main Truth
class. In most cases, you can migrate your whole project mechanically: git grep -l Truth8 | xargs perl -pi -e 's/\bTruth8\b/Truth/g;'
While we do not plan to delete Truth8
, we recommend migrating off it, at least if you static import assertThat
: If you do not migrate, such static imports will become ambiguous in Truth 1.4.2, breaking your build.