Skip to content

Releases: paulbutcher/ScalaMock

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

v3.4.1: Merge pull request #158 from barkhorn/bintray

15 Jan 18:14
Compare
Choose a tag to compare

New in ScalaMock 3.4.1

  • Scala 2.12 and 2.11 support

Scala 2.12 support

06 May 21:02
Compare
Choose a tag to compare

Scala 2.12 support / Merge pull request #155