Skip to content

Commit 1475428

Browse files
authored
Merge pull request #261 from MysterAitch/changelog-update-v0.5.4
Changelog update - `v0.5.4`
2 parents 85a31cc + 95fedac commit 1475428

2 files changed

Lines changed: 30 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,39 @@
22

33
## [Unreleased]
44
### Added
5-
- Added compatibility for 2022.1 (build 221.*)
65

76
### Changed
8-
- Multiple dependency updates
7+
8+
### Deprecated
9+
10+
### Removed
911

1012
### Fixed
11-
- Upstream fix: [GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow](https://github.com/JetBrains/intellij-platform-plugin-template/pull/224)
1213

14+
### Security
15+
16+
## [0.5.4]
17+
### Added
18+
19+
### Changed
20+
21+
### Deprecated
22+
23+
### Removed
24+
25+
### Fixed
26+
27+
### Security
28+
29+
## [0.5.4]
30+
### Added
31+
- Added compatibility for 2022.1 (build 221.*)
32+
33+
### Changed
34+
- Multiple dependency updates
35+
36+
### Fixed
37+
- Upstream fix: [GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow](https://github.com/JetBrains/intellij-platform-plugin-template/pull/224)
1338

1439
## [0.5.3]
1540
### Added
@@ -38,14 +63,12 @@
3863
### Added
3964
- Detection of the IntelliJ's project language level, and default to that within the AST Inspector
4065

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

48-
4972
### Fixed
5073
- Exporters now respect the `include new line` configuration option
5174

@@ -74,4 +97,4 @@
7497
- Display of the AST produced, which can be explored (clicking on an item in the AST will highlight the relevant section of source code)
7598
- Display of the parsed tokens
7699
- Exporting of alternative representations of the AST (including as YAML, DOT, XML, Cypher, and others)
77-
- Being able to view a log of parse attempts (including any errors, and the configuration used in the parse)
100+
- Being able to view a log of parse attempts (including any errors, and the configuration used in the parse)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- Plugin description -->
1717
Browse and navigate the Abstract Syntax Tree (AST) based on the Java code in your editor.
1818

19-
Uses JavaParser v3.24.0 which currently handles Java 1-15, with Java 16 coming soon!
19+
Uses JavaParser v3.24.2 which currently handles Java 1-15, with Java 16 coming soon!
2020
<!-- Plugin description end -->
2121

2222

0 commit comments

Comments
 (0)