Skip to content

3.2.14

Compare
Choose a tag to compare
@cheeseng cheeseng released this 29 Sep 13:55
· 101 commits to 3.2.x-new since this release

Scalactic/ScalaTest 3.2.14 is a point release that makes a few enhancements.

Changes included:

  • Set sorting reporter as complete if test run failed unexpected. (#2161)
  • Fixed serialization problem for TestFailedException thrown from EitherValues. (#2159)
  • Enabled scaladoc artifact for Scala 3 build. (#2163)
  • Marked matchers DSL with Scala 3 infix keyword. (#2158)
  • Enhanced pretty print support for case classes. (#2155)
  • Enhanced pretty print support for tuples. (#2160)
  • Changed the remaining GenTraversable in Prettifier to Iterable. (#2156)
  • Whenever possible call .hasDefiniteSize first before calling .size on collection. (#2156)

Matthew de Detrich (https://github.com/mdedetrich)
Nima Taheri (https://github.com/nimatrueway
Chua Chee Seng (https://github.com/cheeseng)
Bill Venners (https://github.com/bvenners)