v1.1.0-RC2
Pre-release
Pre-release
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 intogenerate-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
- Update README.md by @jtjeferreira in #34
- Add "Maintenance status" section to readme by @SethTisue in #37
- Remove dead CI badge from readme by @SethTisue in #36
- Tweak the docs by @danicheg in #39
- Recommend
-Vstatistics
by @SethTisue in #52 - Tweak README by @danicheg in #59
- Migrate the website to Docusaurus by @danicheg in #72
- Enable website publishing in CI by @danicheg in #75
- align environment variable name with docusaurus instructions by @SethTisue in #77
- Rm
sbt-plugin/README.md
by @danicheg in #81 - Add the --skip-image-compression option to docusaurus-build by @danicheg in #82
- Fix typo in passing options to docusaurus-build by @danicheg in #83
- Enable searching on the website by @danicheg in #85
- Fix closing img tags in docs by @danicheg in #88
- Update README.md by @danicheg in #89
- Run
docusaurusCreateSite
to workaround the image compression issue in CI by @danicheg in #90
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
- @jtjeferreira made their first contribution in #34
- @SethTisue made their first contribution in #37
- @lolgab made their first contribution in #41
- @scala-center-steward made their first contribution in #68
Full Changelog: v1.1.0-RC1...v1.1.0-RC2