Releases: scoverage/scalac-scoverage-plugin
v2.0.2
v2.0.1
What’s Changed
- Refresh the excluded implementation (#484) @rolandtritsch
- Use scala-xml 2.1.0 on all Scala versions (#488) @ruippeixotog
- Bump jsdom from 19.0.0 to 20.0.0 (#483) @dependabot
- Update scala3-library to 3.1.3 (#479) @scala-steward
- Update nscplugin, sbt-scala-native, ... to 0.4.5 (#481) @scala-steward
- Update scalafmt-core to 3.5.8 (#482) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 (#478) @scala-steward
- chore: add in issue template (#475) @ckipp01
v2.0.0
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
v2.0.0-RC2
What’s Changed
- docs: update readme (#472) @ckipp01
- Publish native runtime, fix JSDOM CI setup... (#471) @armanbilge
v2.0.0-RC1
What’s Changed
- feat: add support for Scala 2.12.16 (#470) @ckipp01
- Re-enable
PluginCoverageScalaJsTest
, fixdangling UndefinedParam
bug (#464) @armanbilge - Configure dependabot updates for npm i.e. JSDOM (#467) @armanbilge
- Make
isScalaJsEnabled
alazy val
(#466) @armanbilge
v2.0.0-M7
What’s Changed
- Remove
scalajs-fake-insecure-java-securerandom
dependency (#465) @armanbilge
v2.0.0-M6
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
- deps: update scala-xml to 2.1.0 (#463) @ckipp01
- chore(ci): remove reference to v2 in ci (#462) @ckipp01
- Bump actions/checkout from 2 to 3 (#461) @dependabot
- Bump actions/setup-java from 2 to 3 (#460) @dependabot
- dep: bump scalajs to 1.10.0 (#459) @ckipp01
- deps: bump scalafmt to 3.5.7 (#458) @ckipp01
- deps: update sbt to 1.6.2 (#457) @ckipp01
- Add support for JSDOM JSEnv (#456) @armanbilge
NOTE: That if nothing else changes or any new issues are found, this will become 2.0.0.
v2.0.0-M5
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
What’s Changed
The main feature of this release is support for Scala 2.13.8.
- feat: add support for Scala 2.13.8 (#440) @ckipp01
- dep: update sbt-ci-release to 1.5.10 (#439) @ckipp01
- dep: update sbt-scalajs to 1.8.0 (#437) @ckipp01
- dep: update scalafmt to 3.3.1 (#435) @ckipp01
- Update sbt-scalafmt to 2.4.6 (#429) @scala-steward
- dep: bump sbt to 1.6.1 (#432) @ckipp01
- Update sbt-scalafix to 0.9.33 (#423) @scala-steward
- Update sbt to 1.5.7 (#427) @scala-steward