Releases: paulbutcher/ScalaMock
Releases · paulbutcher/ScalaMock
v4.0.0
- 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
- 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
v3.4.2: Merge pull request #142 from PagerDuty/fix-async-npe
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
New in ScalaMock 3.4.1
- Scala 2.12 and 2.11 support
Scala 2.12 support
Scala 2.12 support / Merge pull request #155