Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

Releases: ensime/ensime-server

2.0 Stable

24 Sep 11:18
v2.0.0

Choose a tag to compare

Primarily the Graphpocalypse (find usages, show hierarchy) and a cleaner codebase / API.

Lots of bugs squashed.

Milestone: Find Usages, Show Hierarchy

04 Aug 09:45
v2.0.0-M4

Choose a tag to compare

Milestone: Analyzer per Project

30 Jun 09:03
v2.0.0-M3

Choose a tag to compare

  • Analyzer per Project (better scalac options, compiler plugin and macro support)
  • bugfix in the graph (less crashes)

v2.0.0-M2

17 Jun 20:52
v2.0.0-M2

Choose a tag to compare

  • includes the graphpocalypse
  • doesn't include upcoming Analyzer per Module

v2.0.0-M1

13 Jun 09:06

Choose a tag to compare

cut 2.0.0-M1

v1.0.1

13 Jun 09:03

Choose a tag to compare

prep for release

v2.0.0-alpha0: symbol at point is now consistent for java methods (#1529)

13 Jun 09:04

Choose a tag to compare

* fixed: symbol at point is inconsistent for java methods

As stated in #1494

* unified format for java method names

* generalize arrowType naming for java atPoint methods

* Fix debugger issues 2.0 (#1530)

* Fixed debugger issues

    - Fixed field location retrieval to use parent (no static field support)

    - Added missing caching calls

    - Fixed array bug (pattern matching was not appropriate)

    - Fixed potential thread bug (same pattern matching problem as array)

    - Updated dummy vm to use Scala profile

    - Updated start of new VMs to use Scala profile

* Added temporary enablement of snapshot repo

* Updated debug test to account for using the Scala profile for field names

* Bump Scala debugger version to 1.1.0-M2

* Correct logging with exceptions (#1528)

* plug a semaphore leak (#1532)

* plug a semaphore leak

* fixup! plug a semaphore leak

* generated file headers

* fall back to TypeMirror instead of Element on toTypeInfo methods

v1.0.0

13 Jun 09:02
v1.0.0

Choose a tag to compare

Stable release 1.0.0

0.9.10-SNAPSHOT_2.9

13 Jun 09:04

Choose a tag to compare

0.9.10-SNAPSHOT_2.9 Pre-release
Pre-release
backport filewatcher fixes from master