Skip to content

v1.28.1

Compare
Choose a tag to compare
@ghik ghik released this 26 Jun 10:26
· 2138 commits to master since this release
  • Introduced SealedUtils.instancesFor macro which lists instances of some typeclass for every case class (non-abstract subclass) of a sealed hierarchy
  • Introduced @showAst annotation which works similarly to .showAst extension macro but can be used on definitions (classes, objects, members) instead of just expressions. However, it requires commons-analyzer compiler plugin to be enabled.