File tree Expand file tree Collapse file tree 8 files changed +15
-7
lines changed
com.microsoft.java.lsif.core
com.microsoft.java.lsif.product
com.microsoft.java.lsif.target Expand file tree Collapse file tree 8 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
44and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6+ ## 0.5.0
7+ ### Added
8+ - Support ` ReferenceResults ` and ` ReferenceLinks ` . [ PR #74 ] ( https://github.com/microsoft/lsif-java/pull/74 )
9+ - Add ` belongsTo ` edge to connect project vertex and group vertex. [ PR #72 ] ( https://github.com/microsoft/lsif-java/pull/72 )
10+ ### Changed
11+ - Change compliance to Java 11. [ PR #76 ] ( https://github.com/microsoft/lsif-java/pull/76 )
12+ - Rename ` document ` to ` shard ` . [ PR #73 ] ( https://github.com/microsoft/lsif-java/pull/73 )
13+
614## 0.4.0
715### Added
816- Support moniker in LSIF v0.5.0. [ PR #63 ] ( https://github.com/microsoft/lsif-java/pull/63 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @lsif/lsif-java-indexer" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.5.0 " ,
44 "description" : " The Java Indexer for LSIF" ,
55 "scripts" : {
66 "refreshVSToken" : " vsts-npm-auth -config .npmrc" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %Bundle-Name
44Bundle-SymbolicName : com.microsoft.java.lsif.core;singleton:=true
5- Bundle-Version : 0.4.1
5+ Bundle-Version : 0.5.0
66Bundle-Activator : com.microsoft.java.lsif.core.internal.LanguageServerIndexerPlugin
77Bundle-RequiredExecutionEnvironment : JavaSE-11
88Bundle-Localization : plugin
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.java.lsif</groupId >
77 <artifactId >parent</artifactId >
8- <version >0.4.1 </version >
8+ <version >0.5.0 </version >
99 </parent >
1010 <artifactId >com.microsoft.java.lsif.core</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <parent >
7- <version >0.4.1 </version >
7+ <version >0.5.0 </version >
88 <groupId >com.microsoft.java.lsif</groupId >
99 <artifactId >parent</artifactId >
1010 </parent >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.java.lsif</groupId >
66 <artifactId >parent</artifactId >
7- <version >0.4.1 </version >
7+ <version >0.5.0 </version >
88 </parent >
99 <artifactId >com.microsoft.java.lsif.tp</artifactId >
1010 <name >${base.name} :: Target Platform</name >
Original file line number Diff line number Diff line change 66 <groupId >com.microsoft.java.lsif</groupId >
77 <artifactId >parent</artifactId >
88 <name >${base.name} :: Parent</name >
9- <version >0.4.1 </version >
9+ <version >0.5.0 </version >
1010 <packaging >pom</packaging >
1111 <properties >
1212 <base .name>Java Language Server Indexer</base .name>
You can’t perform that action at this time.
0 commit comments