All Versions
21
Latest Version
Avg Release Cycle
118 days
Latest Release
1255 days ago

Changelog History
Page 1

  • v3.2.3 Changes

    November 10, 2020

    πŸš€ ScalaTest 3.2.3 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    πŸ”„ Changes included:

    • πŸ›  Fixed NotSerializableException when TryValues or EitherValues raise assertion failure. (#1884)
    • ⬆️ Bump sbt-osgi version to 0.9.6, for JDK 15 compat (#1899)
    • ⚑️ Updated to use Scala-js 1.3.0.
    • ⚑️ Updated to use Dotty 1.0.0-M1.

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.3 release:

    SΓ©bastian Le Merdy (https://github.com/seblm)
    Seth Tisue (https://github.com/SethTisue)
    Chua Chee Seng (https://github.com/cheeseng)
    Bill Venners (https://github.com/bvenners)

  • v3.2.2 Changes

    August 25, 2020

    πŸš€ ScalaTest 3.2.2 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    πŸ”„ Changes included:

    • βœ‚ Remove suite reporter only when the suite's tests are completed. (#1876)
    • Skip Await.ready call overhead when the future is already completed at the call site.
    • Report actual value of unexpected Try projection.
    • Report actual value of unexpected Either projection.
    • πŸ”„ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial. (#1870)
    • ✨ Enhanced ObjectDiffer to handle diff-ing of objects with cyclic dependency. (#1871)

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.2 release:

  • v3.2.1 Changes

    August 10, 2020

    πŸš€ ScalaTest 3.2.1 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs, and supports Scala.js 1.1.1 and Dotty 0.26.

    πŸ”„ Changes included:

    • πŸ›  Fix IllegalAccessException when comparing 2 instances of class has private fields. (#1834)
    • βœ… Only expect non-filtered Async tests to be reported as completed in AsyncEngine, ParallelTestExecution and RandomTestOrder, which causes incorrect test count reported. (#1842)
    • 🚚 In SuiteSortingReporter, only remove suite reporter after the SuiteCompleted event is reported correctly. (#1844)
    • βž• Added support of asynchronous test in scalatest native build. (#1858)
    • πŸ‘Œ Improved Futures support by avoiding polling in Scala futures. (#1861)

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.1 release:

  • v3.2.0 Changes

    June 20, 2020

    πŸš€ The release notes for ScalaTest/Scalactic 3.2.0 are here:

    πŸš€ https://www.scalatest.org/release_notes/3.2.0

  • v3.1.4 Changes

    September 05, 2020

    πŸš€ ScalaTest 3.1.4 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs.

    πŸ”„ Changes included:

    • βœ‚ Remove suite reporter only when the suite's tests are completed. (#1876)
    • Skip Await.ready call overhead when the future is already completed at the call site.
    • πŸ”„ Changed SuiteRunner so that the behavior of handling fatal error in parallel execution is consistent with execution in serial. (#1870)
    • ✨ Enhanced ObjectDiffer to handle diff-ing of objects with cyclic dependency. (#1871)
    • ⚑️ Updated flexmark to 0.36.8.

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.2 release:

  • v3.1.3 Changes

    August 11, 2020

    πŸš€ ScalaTest 3.1.3 is a point release of ScalaTest that makes a few enhancements and fixes a few bugs, and supports Scala.js 1.1.1 and Dotty 0.26.

    πŸ”„ Changes included:

    • πŸ›  Fix IllegalAccessException when comparing 2 instances of class has private fields. (#1859)
    • βœ… Only expect non-filtered Async tests to be reported as completed in AsyncEngine, ParallelTestExecution and RandomTestOrder, which causes incorrect test count reported. (#1838)
    • 🚚 In SuiteSortingReporter, only remove suite reporter after the SuiteCompleted event is reported correctly. (#1850)
    • βž• Added support of asynchronous test in scalatest native build. (#1867)
    • πŸ‘Œ Improved Futures support by avoiding polling in Scala futures. (#1794)

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.2.1 release:

  • v3.1.2 Changes

    May 13, 2020

    πŸš€ ScalaTest 3.1.2 is a minor release of ScalaTest that makes a few changes, and supports Scala.js 1.0.1 and Dotty 0.23.

    πŸ”„ Changes included:

    • Be Scala 2.13.3 friendly (Symbol#toString change)
    • πŸ‘ Dotty 0.23.0 support.
    • Built with Scala.js 1.0.1.
  • v3.1.1 Changes

    February 21, 2020

    πŸš€ ScalaTest 3.1.1 is a minor release of ScalaTest that makes a few enhancements and fixes a few bugs, and supports Scala.js 1.0.0 and Dotty 0.22.

    πŸ”„ Changes included:

    • βœ… Report unexpected value of Try in TryValues (#1738).
    • βœ… Report unexpected value of Either in EitherValues. (#1738)
    • ⚑️ Updates, especially to macros, to support Dotty 0.22.
    • ⚑️ Updates to support Scala.js 1.0.0.
    • βœ… Use cached thread pool unless explicit thread count given during parallel execution. (#1760)
    • πŸ›  Fixed invalid property element in JUnit XML (#1767)
    • πŸ›  Fixed stray timers in SuiteSortingReporter and TestSortingReporter. (#1774)

    πŸš€ Thanks to the contributors for the ScalaTest/Scalactic 3.1.1 release:

  • v3.1.0 Changes

    November 29, 2019

    πŸš€ The release notes for ScalaTest/Scalactic 3.1.0 are here:

    πŸš€ http://www.scalatest.org/release_notes/3.1.0

  • v3.1.0-RC3

    October 31, 2019