v0.2.8
Notable changes:
- Scala 3 support
- test suite
This release features initial Scala 3 support (3.0.0-M3, 3.0.0-RC1)! Many thanks to @mrobakowski for implementing the first version, which let me save a lot of effort figuring out what's changed.
The core logic of the plugin is ~95% the same code cross-compiled between the two major versions of the compiler, using a common API for some simple operations provided by the raw compiler plugin API - this should allow us to keep all versions with the same behavior and no unexpected changes between versions.
We also got a test suite to ensure the plugin works as designed.