Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
# Changelog

## [Unreleased]
### Added

### Changed
- Builds now require JDK11 minimum, per IntelliJ Plugin requirement
- Upgraded to using JavaParser v3.23.0
- Multiple other dependency updates

### Deprecated

### Removed

### Fixed

### Security
## [0.5.0]
### Added
- Detection of the IntelliJ's project language level, and default to that within the AST Inspector

### Changed
- Upgraded to using JavaParser v3.22.1
- Upgraded multiple dependencies
- Made the plugin `dumbAware`, enabling it to be used while the project is being indexed
- The exporters now use the system's newline, rather than `\n`

### Deprecated

### Removed

### Fixed
- Exporters now respect the `include new line` configuration option

### Security

## [0.5.0]
### Added
Expand Down