All Versions
5
Latest Version
Avg Release Cycle
91 days
Latest Release
2683 days ago

Changelog History

  • v1.1.0-M3 Changes

    December 21, 2016

    ๐Ÿš€ Represents the release of the sbt plugin for the Scala debugger. Credit goes to @alexarchambault for writing sbt-ammonite, which @dickwall and I used as a starting point for writing the sbt plugin for sdb.

    ๐Ÿ”Œ You can try it out by creating ~/.sbt/0.13/plugins/sdb.sbt:

    addSbtPlugin("org.scala-debugger" %% "sbt-scala-debugger" % "1.1.0-M3")
    

    And then starting sbt and running the following command:

    sdb:run
    

    This will start an sdb session.

    ๐Ÿฑ sbt-sdb

  • v1.1.0-M2 Changes

    June 21, 2016

    ๐Ÿš€ This is the second iteration of version 1.1.0. This was cut to provide a couple of fixes for Ensime server as well as update a couple of APIs that were determined to be less than ideal. As such, this release is in fact stable, but is not feature complete. Changes and new features will be documented in the official 1.1.0 release.

  • v1.1.0-M1 Changes

    May 13, 2016

    ๐Ÿš€ This is the first iteration of version 1.1.0. This was cut to enable Ensime's server to have a stable release for the refactored debugger actor code. As such, this release is in fact stable, but is not feature complete. Changes and new features will be documented in the official 1.1.0 release.

  • v1.0.0 Changes

    December 24, 2015

    ๐Ÿš€ First release under org.scala-debugger org name. See the release page for specific release notes.

  • v1.0.0-senkbeil Changes

    December 24, 2015

    ๐Ÿš€ Release for version 1.0.0 of the Scala Debugger project. This was the only release under the org.senkbeil org name.

    ๐Ÿš€ Note that this should have been a pre 1.0.0 release and is not compatible with any later 1.x.y release.