v4.1.0
What's Changed
- Use
presentationHint: subtle
on skippedStackFrame
to deemphasize it by @adpi2 in #686 - Allow lookup of class members in parents by @iusildra in #679
- Update Scala version by @adpi2 in #696
- Rewrite Scala 2 expression compiler by @adpi2 in #701
- Add Scala 2.13.14 by @adpi2 in #702
- Fix #628: remove
indent
and-rewrite
options when evaluating expression by @adpi2 in #703 - [Expr Compiler] Fix casting qualifier of accessible member by @adpi2 in #705
- improvement: Use existing file system when available and don't close it by @kasiaMarek in #704
- Automatically close debug server after terminated event by @adpi2 in #706
- [Scala 3 binary decoder] Cache decoded symbols by @adpi2 in #709
- [sbt plugin] check if
debugAdatperClassUpdates
is defined by @adpi2 in #711
New Contributors
- @kasiaMarek made their first contribution in #704
Full Changelog: v4.0.4...v4.1.0