Releases: microsoft/lsif-java
Releases · microsoft/lsif-java
0.5.2
0.5.2
Fixed
- Fix the duplicated end events for a document vertex. #89
- Update dependencies and remove log4j. PR#95
0.5.1
0.5.1
Changed
- Change to EPL 1.0 license. #84
0.5.0
Added
- Support
ReferenceResults
and ReferenceLinks
. PR#74
- Add
belongsTo
edge to connect project vertex and group vertex. PR#72
Changed
- Change compliance to Java 11. PR#76
- Rename
document
to shard
. PR#73
0.4.0
Added
- Support moniker in LSIF v0.5.0. PR#63
- Support logical group projects in LSIF v0.5.0. PR#67
Fixed
0.3.1
Fixed
- Update build script to exclude unnecessary files. PR#47
0.3.0
Changed
- Update the implementation to align with the v4 protocol. PR #45
0.2.0
Changed
- Default to the current working directory if
repo.path
is not specified. #30
- Reimplement the indexer to improve the performance. PR #33
- Update the implementation to align with the v3 protocol. PR #41
0.1.6
Changed
- Improve the indexing performancePR#27
Fixed
0.1.5
Changed
- Improve the indexing performance#12
Fixed
0.1.4
Fixed
- Fix an NPE in ImplementationsVisitor when getting the implementation ranges
Changed
- Visit SimpleType and SimpleName in HoverVisitor and ReferencesVisitor