New
3.2.15
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. (https://github.com/scalatest/scalatest/pull/2169)
- Added more Scala 3 infix keyword for style traits and matchers DSL functions. (https://github.com/scalatest/scalatest/pull/2170)
- Fix prettifier not being used for property check. (https://github.com/scalatest/scalatest/pull/2173)
- Enhanced GenSeqDiffer, GenSetDiffer and GenMapDiffer to support find diff elements according to limit size of prettifier when available. (https://github.com/scalatest/scalatest/pull/2177)
- Marked FutureOutcome, Sequential, Stepwise, Suites and Tag as open class in Scala 3. (https://github.com/scalatest/scalatest/pull/2178)
- Adjusted code in StepwiseNestedSuiteExecution to work with async test. (https://github.com/scalatest/scalatest/pull/2211)
- Updated to use Scala 2.12.17 and 2.13.10. (https://github.com/scalatest/scalatest/pull/2171)
- Updated to use Scala Native 0.4.9. (https://github.com/scalatest/scalatest/pull/2216)
- Fixed future get executed 2x problem in diagrams macro. (https://github.com/scalatest/scalatest/pull/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)