v1.1.0
New features:
- Add
TermSymbol.paramSymss
: it gives access to the symbols of type and term parameters of a method (this was accessible through thetree
for Scala 3 code, but not for Scala 2 or Java). - Add
TermSymbol.isParamWithDefault
andhasParamWithDefault
to detect parameters with default values. - Read and expose annotations from Scala 2 pickles and Java class files (including for the above
paramSymss
). - Add a basic tree printer and a method
Tree.showBasic
. - Add multiline variants of printers for
TypeMappable
s andTree
s as methodshowMultiline
.
Bug fixes:
- Fix the Node.js
ClasspathLoaders
on Windows. - Work around scala/scala3#19019.