Skip to content

Releases: mopemope/meghanada-server

0.7.8 (2017-05-22)

22 May 08:24
Compare
Choose a tag to compare
  • Fix many bugs and improve stability.

0.7.7 (2017-05-20)

20 May 15:17
Compare
Choose a tag to compare
  • Fix many bugs and improve stability.

0.7.6 (2017-05-16)

16 May 14:35
Compare
Choose a tag to compare
  • Change sort order of the candidates to more better
  • Support maven parent pom
  • Add server error logger
  • Change default formatter to google-java-format
  • Support make import from eclipse code format settings (meghanadaFormatter.xml)
  • Fix many bugs and improve stability.

0.7.5

16 May 14:35
Compare
Choose a tag to compare
  • Exclude anonymous class from candidates
  • Use maven ModelBuilder

Version 0.7.4 (2017-04-13)

13 Apr 08:00
Compare
Choose a tag to compare
  • Fix import all and optimize import bugs
  • Fix jump to enum declaration bugs

Version 0.7.1 (2017-03-23)

23 Mar 14:59
Compare
Choose a tag to compare

Fix jump to declaration bugs

Version 0.7.0 (2017-03-18)

17 Mar 17:08
Compare
Choose a tag to compare

Highlights

  • Support show declaration (eldoc support)
  • Using kryo 4 and improve cache performance
  • Improve gradle sub module build performance
  • Fix zip and file stream memory leaks
  • Fix broken android project completions
  • Fix many bugs.

Version 0.6.6 (2017-03-01)

02 Mar 02:45
Compare
Choose a tag to compare
  • Fix jump to declarations bugs.

Version 0.6.5 (2017-02-28)

28 Feb 15:58
Compare
Choose a tag to compare
  • Fix jump to declarations for variadic method.
  • Fix parse try resources.
  • Supported jump to third party library source.(from sources.jar or decompiled file)

Version 0.6.4 (2017-02-24)

24 Feb 13:30
Compare
Choose a tag to compare
  • Fix jump from method refernce.
  • Supported jump to java standard lib source.