This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Releases: laughedelic/atom-ide-scala
Releases · laughedelic/atom-ide-scala
atom-ide-scala v0.11.0
- Add Metals config options (#83)
atom-ide-scala v0.10.1
- Get active connection on demand for window focus callbacks (#82)
atom-ide-scala v0.10.0
- Update for Metals v0.6 (#81)
- Add custom
metals/windowStateDidChange
notification
- Add custom
atom-ide-scala v0.9.0
atom-ide-scala v0.8.2
- Fix didFocus notification on a disposed connection (#73)
- Update status only for project-related tabs and remove for unrelated ones
- Start server for any Scala-related files (based on syntax scope)
- Update Metals version to 0.3.1
- Handle
metals-doctor-reload
command to update doctor view on every import
atom-ide-scala v0.8.1
Minor fixes (see #71):
- add Metals command names (and rename
metals-run-doctor
tometals-doctor-run
) - fix notification for the new projects initialization
atom-ide-scala v0.8.0
This release is focused on updating to the new version of Metals v0.2. See #69 for details.
atom-ide-scala v0.7.0
atom-ide-scala v0.6.0
This is a huge release, it includes a lot of improvements and new features 🚀 Here are some highlights:
- Added support for running server commands (through the command palette) (#34)
- Moved configuration to the Scala code (#29) and added a typed API for it (#37)
- Added Metals configuration as a part of the plugin's settings UI (#42)
- Split reusable part of the build into an sbt plugin: sbt-atom-package (#17, #44)
- Added support for the logging console UI (#47)
- Added support for the Dotty language server (#48)
- Added project setup detection to launch the right server automatically (#53)
See the full list of merged PRs in this release in the BIG release milestone.
I'd like to thank @Jarlakxen for contributing to the project. Especially for improving Scala.js facades in the scalajs-atom-api project.
atom-ide-scala v0.5.0
Minor improvements
- #26: Using atom-package-deps to install plugin dependencies
- Updated atom-languageclient:
v0.7.0..v0.7.3
- Updated default server version:
1ebc5392..5ddb92a9