Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 776 Bytes

Change Log

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

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