Scalactic v3.0.8 Release Notes

Release Date: 2019-06-13 // almost 5 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ“ฆ Duplicate classes of JMock, JUnit, ScalaCheck, TestNG, EasyMock, and Selenium to org.scalatestplus.xxx packages, this fix problem for user using them from Java.
    • Added root to the macros defined in TypeMatcherMacro.
    • ๐Ÿ”„ Changed Framework to flavour @WrapWith when it is available, consistent with behaviour of ScalaTestFramework and Runner.
    • ๐Ÿ›  Fixed javascript error in report files generated by HtmlReporter.

    โœจ Enhancements

    • ๐Ÿšš Make Prettifier to not depends on scala-xml classes, and removed scala-xml dependency from scalactic.
    • โœ… Make StringOps in Prettifier to be compatible with Scala 2.13.0, all tests in AssertionsSpec now passes.
    • Made Every's groupBy method to behave consistently in Scala 2.13.0.
    • ๐Ÿ‘‰ Use collection prefix from toString for ColCompatHelper's className implementation of Scala 2.13.0.
    • โšก๏ธ Updated to use scala-js 0.6.28, 1.0.0-M3 and 1.0.0-M8.

    ๐Ÿ—„ Deprecations

    • โœ… Deprecated org.scalatest.enablers.CheckerAsserting in favour of org.scalatestplus.scalacheck.CheckerAsserting.