Skip to content

3.2.15

Compare
Choose a tag to compare
@cheeseng cheeseng released this 06 Jan 09:17
· 57 commits to 3.2.x-new since this release

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

Changes included:

  • Updated diagrams macro for Scala 2 and 3 to render xml literal consistently between scala versions. (#2169)
  • Added more Scala 3 infix keyword for style traits and matchers DSL functions. (#2170)
  • Fix prettifier not being used for property check. (#2173)
  • Enhanced GenSeqDiffer, GenSetDiffer and GenMapDiffer to support find diff elements according to limit size of prettifier when available. (#2177)
  • Marked FutureOutcome, Sequential, Stepwise, Suites and Tag as open class in Scala 3. (#2178)
  • Adjusted code in StepwiseNestedSuiteExecution to work with async test. (#2211)
  • Updated to use Scala 2.12.17 and 2.13.10. (#2171)
  • Updated to use Scala Native 0.4.9. (#2216)
  • Fixed future get executed 2x problem in diagrams macro. (#2219)

Thanks to the contributors for the Scalactic/ScalaTest 3.2.15 release:

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