Skip to content

Releases: microsoft/lsif-java

0.5.2

21 Jan 05:52
acf3977
Compare
Choose a tag to compare

0.5.2

Fixed

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

0.5.1

26 Oct 03:19
4195083
Compare
Choose a tag to compare

0.5.1

Changed

  • Change to EPL 1.0 license. #84

0.5.0

25 Mar 02:42
cde190c
Compare
Choose a tag to compare

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

02 Dec 05:13
5f49d3f
Compare
Choose a tag to compare

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

08 Oct 07:42
8dcb30b
Compare
Choose a tag to compare

Fixed

  • Update build script to exclude unnecessary files. PR#47

0.3.0

26 Aug 01:52
6ad6103
Compare
Choose a tag to compare

Changed

  • Update the implementation to align with the v4 protocol. PR #45

0.2.0

23 Aug 02:03
da66597
Compare
Choose a tag to compare

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

29 Apr 03:20
86862b5
Compare
Choose a tag to compare

Changed

  • Improve the indexing performancePR#27

Fixed

0.1.5

26 Apr 05:04
f1b897f
Compare
Choose a tag to compare

Changed

  • Improve the indexing performance#12

Fixed

0.1.4

26 Apr 05:05
Compare
Choose a tag to compare

Fixed

  • Fix an NPE in ImplementationsVisitor when getting the implementation ranges

Changed

  • Visit SimpleType and SimpleName in HoverVisitor and ReferencesVisitor