Skip to content

Releases: ScalaMock/ScalaMock

5.1.0

06 Dec 08:06
f777df6
Compare
Choose a tag to compare
  • 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

19 Jul 10:20
73175be
Compare
Choose a tag to compare

Highlights:

  • We're now building against Scala.JS 1.0!
  • Scalatest 3.2.0
  • specs2-core 4.9.4
  • various dependency updates (sbt, plugins, ...)

4.4.0

16 Aug 17:17
a56bfa2
Compare
Choose a tag to compare
  • fixed issue from 4.3.0 related to publishing with JDK 11

4.3.0

23 Jun 18:20
Compare
Choose a tag to compare
  • Scala 2.13 support
  • various fixes

4.2.0

21 Apr 09:36
Compare
Choose a tag to compare
  • 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.0

17 Feb 19:06
2a1fad4
Compare
Choose a tag to compare
  • sbt 1.1.0 #211
  • dynamic versioning based on git #212
  • NullPointerException trying to use AsyncMockFactory in async scalatest #215

v4.0.0

29 Oct 12:52
Compare
Choose a tag to compare
  • 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

07 May 10:07
Compare
Choose a tag to compare
  • 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

22 Jan 12:05
Compare
Choose a tag to compare
  • 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

v3.4.2: Merge pull request #142 from PagerDuty/fix-async-npe

15 Jan 18:13
Compare
Choose a tag to compare

New in ScalaMock 3.4.2

  • Scala 2.10, 2.11, 2.12 crossbuild
  • log unepexcted calls after verifications were checked (removing an NPE)
  • published to JCenter and Maven Central