Releases: scalacenter/scala-debug-adapter
Releases · scalacenter/scala-debug-adapter
v4.2.5
What's Changed
- Update scalafmt-core to 3.9.2 by @scala-center-steward in #850
- Update sbt, scripted-plugin, test-agent to 1.10.10 by @scala-center-steward in #852
- Update scalafmt-core to 3.9.3 by @scala-center-steward in #854
- Update parsers to 4.13.3 by @scala-center-steward in #853
- Update sbt-ci-release to 1.9.3 by @scala-center-steward in #855
- Update parsers to 4.13.4 by @scala-center-steward in #856
- Update scalafmt-core to 3.9.4 by @scala-center-steward in #857
- Update sbt, scripted-plugin, test-agent to 1.10.11 by @scala-center-steward in #858
- Update asm, asm-util to 9.8 by @scala-center-steward in #859
- Update gson to 2.13.0 by @scala-center-steward in #860
- Update commons-io to 2.19.0 by @scala-center-steward in #861
- fix: correctly load class with an empty package from mirror by @kasiaMarek in #862
- Update sbt-projectmatrix to 0.11.0 by @scala-center-steward in #863
Full Changelog: v4.2.4...v4.2.5
v4.2.4
v4.2.3
v4.2.2
v4.2.1
What's Changed
- Reverse entries in
SourceLookUpProvider
by @adpi2 in #742 - bugfix: InsertExpression with -no-indent option by @jkciesluk in #751
- Bump Scala versions by @adpi2 in #753
New Contributors
- @jkciesluk made their first contribution in #751
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Extract scala3-binary-decoder by @adpi2 in #720
- Update scala3-compiler, scala3-library to 3.5.0-RC2 by @scala-center-steward in #724
- Update scala3-compiler, scala3-library to 3.5.0-RC3 by @scala-center-steward in #725
- Improved Performance of loadClassesByScalaName by @crt-31 in #727
Full Changelog: v4.1.1...v4.1.2
v4.1.1
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