All Versions
11
Latest Version
Avg Release Cycle
142 days
Latest Release
841 days ago
Changelog History
Page 1
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, 2020Highlights:
- ๐ 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 -
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