Skip to content

v1.1.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danicheg danicheg released this 19 Jan 07:52
· 97 commits to main since this release
e2f4fb5

What's Changed

This release candidate ships quite a few new functionalities that make the experience of using scalac-profiling neater. If you face any problems/inconveniences when using it, consider opening an issue at https://github.com/scalacenter/scalac-profiling/issues.

scalac-profiling

  • Invert the no-profiledb option into generate-profiledb by @danicheg in #51
  • Add functionality to build a global flamegraph of implicit searches by @danicheg in #50
  • Emit the warning if the -Vstatistics option isn't set by @danicheg in #47
  • Enhance optionsHelp of the compiler plugin by @danicheg in #58

sbt-scalac-profiling

Documentation

Behind the scenes

  • Update pprint to 0.8.1 by @lolgab in #40
  • Set up Scalafmt correctly by @danicheg in #56
  • Detouch vscode-scala by @danicheg in #57
  • Rm versions.properties by @danicheg in #60
  • Remove sbt 0.13 artefacts in sbt-plugin by @danicheg in #61
  • Some minor sbt plugin tweaks by @danicheg in #62
  • Fix running scripted tests for sbt plugin in CI by @danicheg in #63
  • Update sbt to 1.9.7 by @scala-center-steward in #68
  • Update junit to 4.13.2 by @scala-center-steward in #67
  • Update junit-interface to 0.13.3 by @scala-center-steward in #65
  • Update sbt-assembly to 2.1.5 by @scala-center-steward in #64
  • Update compilerplugin, scalapb-runtime to 0.11.14 by @scala-center-steward in #66
  • Update sbt to 1.9.8 by @scala-center-steward in #69
  • Add the .github/release.yml by @danicheg in #73
  • Fix .github/release.yml by @danicheg in #74
  • Update sbt-mdoc to 2.5.2 by @scala-center-steward in #76
  • Update the FlameGraph by @danicheg in #84
  • Rm ./bin by @danicheg in #86
  • Add a Github Action for pruning artefacts in CI by @danicheg in #87
  • Fix typo by @danicheg in #91

New Contributors

Full Changelog: v1.1.0-RC1...v1.1.0-RC2