Skip to content

Releases: paulbutcher/ScalaMock

6.0.0

06 Apr 12:04
1f9ee41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.0...6.0.0

6.0.0-M2

29 Feb 19:06
02c41bd
Compare
Choose a tag to compare
6.0.0-M2 Pre-release
Pre-release

What's Changed

Full Changelog: 6.0.0-M1...6.0.0-M2

6.0.0-M1

13 Feb 06:39
bb5d373
Compare
Choose a tag to compare
6.0.0-M1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 5.2.0...6.0.0-M1

5.2.0

25 Dec 20:07
cdcdeb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.2.0

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