All Versions
11
Latest Version
Avg Release Cycle
142 days
Latest Release
1230 days ago

Changelog History
Page 1

  • v5.1.0 Changes

    December 06, 2020
    • โšก๏ธ Lots of plugin updates
    • โฌ†๏ธ Dependency upgrades
    • ๐Ÿ— building against latest Scala 2.x
    • Major fix for Scala.JS that broke SJS 1.x based projects
  • v5.0.0 Changes

    July 19, 2020

    Highlights:

    • ๐Ÿ— We're now building against Scala.JS 1.0!
    • โœ… Scalatest 3.2.0
    • specs2-core 4.9.4
    • โšก๏ธ various dependency updates (sbt, plugins, ...)
  • v4.4.0 Changes

    August 16, 2019
    • ๐Ÿ›  fixed issue from 4.3.0 related to publishing with JDK 11
  • v4.3.0 Changes

    June 23, 2019
    • ๐Ÿ‘ Scala 2.13 support
    • ๐Ÿ›  various fixes
  • v4.2.0 Changes

    April 21, 2019
    • โž• added argument capturing #234
    • โฌ†๏ธ bump Scala versions #237
    • sbt 1.2.1 #244
    • Scala 2.13.0-M3 #219
    • ๐Ÿ‘Œ verify on openjdk 8 and 11 #248
    • ScalaMock does not does not verify against Oracle JDK anymore
    • ๐Ÿ‘‰ Make sure there is no uninitialized variables in AsyncMockFactoryBase #227
    • ๐Ÿ’„ stylistic / cosmetic changes
  • v4.1.1

    December 18, 2018
  • v4.1.0 Changes

    February 17, 2018
    • sbt 1.1.0 #211
    • dynamic versioning based on git #212
    • โœ… NullPointerException trying to use AsyncMockFactory in async scalatest #215
  • v4.0.0 Changes

    October 29, 2017
    • ๐Ÿ›  fixed publication settings #203
    • โž• Add argument matchers for fail-fast assertion style testing. #202
    • ๐Ÿšš move deprecated functionality into an extra module feature in progress #186
    • ๐Ÿ— Cross build with Scala 2.13.0-M1 #195
    • โž• Add release plugin to better automate releases feature ready #171
    • collapse modules #190
    • โ†” Integrate ScalaTest & Specs2 support in top level jar #188
    • ScalaMock using wrong property under Scala.js #185
  • v3.6.0 Changes

    May 07, 2017
    • ๐Ÿ”‹ feature: Fail fast for excessive mock calls feature low #55
    • ๐Ÿ›  fixed: Unrecognised structure: Ident(TermName("parseSentenceFn")) on refactoring #113
    • ๐Ÿ›  fixed: missing implicit Defaultables when constructing some mocks #29
    • ๐Ÿ›  fixed: Unable to mock val in a trait feature #148
    • ๐Ÿ›  fixed: Cannot access docs bug #181
    • ๐Ÿ›  fixed: Mixing MockFactory into AsyncFunSpec results in empty test suite #156
    • โฌ‡๏ธ dropped support for JDK 7
    • publish to sonatype instead of bintray
    • ๐Ÿ— publish snapshot builds to sonatype
  • v3.5.0 Changes

    January 22, 2017
    • ๐Ÿ‘Œ Support for Scala.JS
    • ๐Ÿ‘ allow logging of all mock calls
    • ๐Ÿ‘ allow mocking of classes that have final methods (but not the final method itself)
    • ๐Ÿ‘ allow mocking of classes with non-default constructors
    • ๐Ÿ›  some fixes around AsyncMockFactory