Skip to content

Releases: scoverage/scalac-scoverage-plugin

v2.0.2

08 Aug 16:25
a6dc5c0
Compare
Choose a tag to compare

What’s Changed

  • Case statements should be counted as branches (#493) @jrglee
  • test: add in test for gradle aggregate (#491) @ckipp01
  • Added Mill to the explicit list of build tools (#489) @lefou

v2.0.1

27 Jul 07:40
a6eb374
Compare
Choose a tag to compare

What’s Changed

v2.0.0

25 Jun 11:53
3e60404
Compare
Choose a tag to compare

After quite some time, 2.0.0 is finally released. For full details on the breaking changes of this release for other plugin maintainers please reference the notes in here and also detailed notes in the previous Milestone release that has specific information on the changes. Many thanks to those that helped along the way to get better ScalaJS support, support for Scala Native, and also support for Scala 3 🚀

What’s Changed

  • chore: add native artifacts to test release script (#473) @ckipp01

v2.0.0-RC2

14 Jun 08:26
68ca900
Compare
Choose a tag to compare
v2.0.0-RC2 Pre-release
Pre-release

What’s Changed

v2.0.0-RC1

08 Jun 16:26
965a035
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

What’s Changed

v2.0.0-M7

31 May 07:27
a557126
Compare
Choose a tag to compare
v2.0.0-M7 Pre-release
Pre-release

What’s Changed

  • Remove scalajs-fake-insecure-java-securerandom dependency (#465) @armanbilge

v2.0.0-M6

29 May 09:55
1d404ca
Compare
Choose a tag to compare
v2.0.0-M6 Pre-release
Pre-release

DO NOT USE THIS RELEASE

This release introduced a security vulnerability related to an inclusion of a fix that should never been included. If you've used 2.0.0-M6, please update to 2.0.0-M7 as soon as possible.

What’s Changed

NOTE: That if nothing else changes or any new issues are found, this will become 2.0.0.

v2.0.0-M5

11 Jan 14:30
971d01f
Compare
Choose a tag to compare
v2.0.0-M5 Pre-release
Pre-release

Basically the same changes as https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v1.4.11 with a focus on supporting Scala 2.13.8.

v1.4.11

11 Jan 13:07
727bb23
Compare
Choose a tag to compare

What’s Changed

The main feature of this release is support for Scala 2.13.8.

v2.0.0-M4

03 Nov 11:48
bc2c382
Compare
Choose a tag to compare
v2.0.0-M4 Pre-release
Pre-release

Fix for ensuring package exclusions are correct parsed and set.