What's Changed
- Update sbt to 1.4.5 by @scala-steward in #365
- Update .travis.yml by @barkhorn in #366
- Fix a typo in MockFactory ScalaDoc by @mkasberg in #368
- Update sbt to 1.4.6 by @scala-steward in #367
- Update sbt to 1.4.7 by @scala-steward in #372
- scala.js 1.4 by @barkhorn in #374
- Update sbt-scalajs, scalajs-compiler, ... to 1.5.0 by @scala-steward in #375
- Update specs2-core to 4.10.6 by @scala-steward in #370
- Scala 2.13.5 by @sullis in #385
- Update sbt-sonatype to 3.9.7 by @scala-steward in #384
- Update sbt to 1.4.9 by @scala-steward in #382
- Update scalatest to 3.2.6 by @scala-steward in #381
- Update scala-library, scala-reflect to 2.12.13 by @scala-steward in #379
- Scala 2.12.13 by @sullis in #386
- Update sbt to 1.5.1 by @scala-steward in #391
- Update scalatest to 3.2.8 by @scala-steward in #390
- Update sbt-scalajs, scalajs-compiler, ... to 1.5.1 by @scala-steward in #387
- Update sbt-git to 1.0.1 by @scala-steward in #395
- Update sbt to 1.5.2 by @scala-steward in #392
- Update scala-library, scala-reflect to 2.13.6 by @scala-steward in #394
- Update scalatest to 3.2.9 by @scala-steward in #393
- Update sbt-sonatype to 3.9.10 by @scala-steward in #408
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 by @scala-steward in #403
- Update sbt to 1.5.5 by @scala-steward in #402
- Scaladoc correction by @dodnert in #407
- Update sbt to 1.5.7 by @scala-steward in #422
- Update scala-library, scala-reflect to 2.13.7 by @scala-steward in #419
- Update sbt-git to 1.0.2 by @scala-steward in #415
- Update scalatest to 3.2.10 by @scala-steward in #410
- Update scala-library, scala-reflect to 2.12.15 by @scala-steward in #409
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #414
- Update sbt-scalajs, scalajs-compiler, ... to 1.8.0 by @scala-steward in #424
- updating to new SBT syntax by @barkhorn in #425
- Update sbt to 1.5.8 by @scala-steward in #426
New Contributors
Full Changelog: 5.1.0...5.2.0
- Lots of plugin updates
- Dependency upgrades
- building against latest Scala 2.x
- Major fix for Scala.JS that broke SJS 1.x based projects
Highlights:
- We're now building against Scala.JS 1.0!
- Scalatest 3.2.0
- specs2-core 4.9.4
- various dependency updates (sbt, plugins, ...)
- 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
- 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
- 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