2019-04-08 06:01:36 +03:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2019-04-09 07:43:31 +03:00
|
|
|
## 0.1.4
|
|
|
|
### Fixed
|
|
|
|
- Fix an NPE in ImplementationsVisitor when get the implementation ranges
|
|
|
|
|
2019-04-09 10:02:07 +03:00
|
|
|
### Changed
|
|
|
|
- Visit SimpleType and SimpleName in HoverVisitor and ReferencesVisitor
|
|
|
|
|
2019-04-08 06:01:36 +03:00
|
|
|
## 0.1.3
|
2019-04-08 11:09:19 +03:00
|
|
|
### Added
|
|
|
|
- Add SimpleType, SingleVariableDeclaration, VariableDeclarationFragment and MethodInvocation into ReferencesVisitor
|
|
|
|
|
2019-04-08 06:01:36 +03:00
|
|
|
### 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
|