Releases: mopemope/meghanada-server
Releases · mopemope/meghanada-server
v1.3.2
v1.3.1
Added
- Add the function of sending an error report.
Changed
- Update gradle to 6.6.
- Fix to use the latest library.
- Improve compile error logs.
- Improve detection of dependent libraries in gradle projects.
- Fix to keep a class cache for each project.
- Shorten the File path in the log
v1.3.0
Added
- global code formatter configuration file support.
Changed
- fix the thread pool settings to improve performance.
- improve performance a bit by using the bloom filter to find references.
- fix to use the latest library.
Fixed
- fix a reference search that was incorrect.
Version 1.2.1 (2019-12-15)
- fix some bugs and improve stability.
Version 1.2.0 (2019-05-26)
- collect telemetry data of meghanada-server (default disabled).
- fix constructor completion format.
- fix array completion.
- fix file paths not being processed correctly in windows.
- fix some bugs and improve stability.
Version 1.1.2 (2019-05-09)
- fix NoClassDefFoundError when run junit.
- fix some bugs and improve stability.
Version 1.1.1 (2019-05-07)
- fix detect gradle project root.
- fix some bugs and improve stability.
Version 1.1.0 (2019-05-06)
- support open j9 (experimental).
- fix some bugs and improve stability.
Version 1.0.14 (2019-04-26)
- works without the project tool (mvn, gradle, etc).
- support java 12 (experimental).
- add jvm option setting (meghanada-jvm-option).
- support company-box.
- fix some bugs and improve stability.
Version 1.0.13 (2019-02-25)
- support build.gradle.kts.
- fix some bugs and improve stability.