The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix the duplicated end events for a document vertex. #89
- Update dependencies and remove log4j. PR#95
- Change to EPL 1.0 license. #84
- Support
ReferenceResults
andReferenceLinks
. PR#74 - Add
belongsTo
edge to connect project vertex and group vertex. PR#72
- Update build script to exclude unnecessary files. PR#47
- Update the implementation to align with the v4 protocol. PR#45
- 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
- Improve the indexing performance. PR#27
- Improve the indexing performance. #12
- Fix an NPE in ImplementationsVisitor when get the implementation ranges.
- Visit SimpleType and SimpleName in HoverVisitor and ReferencesVisitor.
- Add SimpleType, SingleVariableDeclaration, VariableDeclarationFragment and MethodInvocation into ReferencesVisitor.
- Stop enlisting the vertices and edges if the element does not have hover information.
- Change the output format.
- Fix the typo for
metaData
. - Remove the duplicated
hoverResults
.
Initialize the Java LSIF Indexer.