Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

85 lines (65 loc) · 3.07 KB

Change Log

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.2

Fixed

  • Fix the duplicated end events for a document vertex. #89
  • Update dependencies and remove log4j. PR#95

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.2

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 performance. PR#27

Fixed

0.1.5

Changed

  • Improve the indexing performance. #12

Fixed

0.1.4

Fixed

  • Fix an NPE in ImplementationsVisitor when get the implementation ranges.

Changed

  • Visit SimpleType and SimpleName in HoverVisitor and ReferencesVisitor.

0.1.3

Added

  • Add SimpleType, SingleVariableDeclaration, VariableDeclarationFragment and MethodInvocation into ReferencesVisitor.

Fixed

  • Stop enlisting the vertices and edges if the element does not have hover information.

0.1.2

Changed

  • Change the output format.

0.1.1

Fixed

  • Fix the typo for metaData.
  • Remove the duplicated hoverResults.

0.1.0

Initialize the Java LSIF Indexer.