Releases: scoverage/scalac-scoverage-plugin
Releases · scoverage/scalac-scoverage-plugin
v2.0.8
What’s Changed
- Handle branches in anonymous function pattern matching (#534) @jrglee
- Bump jsdom from 20.0.3 to 21.1.0 (#533) @dependabot
- Update nscplugin, sbt-scala-native, ... to 0.4.10 (#531) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 (#530) @scala-steward
- Update scalafmt-core to 3.7.1 (#529) @scala-steward
- Bump jsdom from 20.0.2 to 20.0.3 (#526) @dependabot
- Update nscplugin, sbt-scala-native, ... to 0.4.9 (#524) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 (#523) @scala-steward
- Update sbt-scalafmt to 2.5.0 (#522) @scala-steward
- Update scalafmt-core to 3.6.1 (#518) @scala-steward
- Bump jsdom from 20.0.0 to 20.0.2 (#516) @dependabot
- Update sbt-ci-release to 1.5.11 (#514) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 (#511) @scala-steward
- Update scalafmt-core to 3.6.0 (#513) @scala-steward
- Fix Cobertura unit test (#510) @dalbani
v2.0.7
v2.0.5
What’s Changed
- Add support for Scala 2.13.9 (#502) @george-wilson-rea
v2.0.3
What’s Changed
- chore: add support for 2.12.17 (#500) @ckipp01
- Bug Fix: sbt-coveralls: Issue 199: Use relative paths in cobertura.xml file (#497) @rolandtritsch
- Update nscplugin, sbt-scala-native, ... to 0.4.7 (#495) @scala-steward
- Update scalafmt-core to 3.5.9 (#494) @scala-steward
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 UndefinedParambug (#464) @armanbilge - Configure dependabot updates for npm i.e. JSDOM (#467) @armanbilge
- Make
isScalaJsEnabledalazy val(#466) @armanbilge
v2.0.0-M7
What’s Changed
- Remove
scalajs-fake-insecure-java-securerandomdependency (#465) @armanbilge