Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@danicheg danicheg released this 09 Aug 07:36
· 22 commits to main since this release
67d5cb0

This is a full-fledged release, finalizing the work accomplished in the release candidate series. The entire scope of work is listed below. Thank you to all contributors!

What's Changed

scalac-profiling

  • Cross build for Scala 2.13: Putting the finishing touches by @danicheg in #33
  • Cross build for Scala 2.13 by @tanishiking in #32
  • 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
  • Enrich the debug info with source files for implicit searches by type by @danicheg in #49
  • Build scalac-profiling for Scala 2.12.19 by @danicheg in #111
  • Build scalac-profiling for Scala 2.13.13 by @danicheg in #112
  • Build scalac-profiling against Scala 2.13.14 by @danicheg in #123
  • Fix some deprecations by @danicheg in #128
  • Add cross-target compiler plugin option by @danicheg in #127
  • re-add code tracking macroExpand times by @DSlug in #133

sbt-scalac-profiling

Documentation

Behind the scenes

New Contributors

Full Changelog: v1.0.0...v1.1.0