Releases: ChuckJonas/vscode-apex-pmd
Releases · ChuckJonas/vscode-apex-pmd
0.8.0 - 2024-09-27
Added
Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #168
- Bump webpack from 5.88.2 to 5.94.0 by @dependabot in #172
- Improve PMD update procedure by @adangel in #174
- Bump micromatch from 4.0.5 to 4.0.8 by @adangel in #175
Full Changelog: v0.7.0...v0.8.0
0.7.0 - 2024-04-25
0.6.2 - 2023-09-14
Added
Changed
- Improve marketplace integration - Rename CHANGELOG -> CHANGELOG.md by @adangel in #147
- Bump @vscode/test-electron from 1.6.1 to 2.3.4 by @adangel in #149
- CLASSPATH must only be quoted for Windows by @adangel in #151
- Quote pmdBinPath in case it contains spaces by @adangel in #152
Fixed
- additionalClassPaths not being picked up for custom rules (regression in 0.6.1) #145
- Cannot execute PMD when user dir contains spaces #146
Full Changelog: v0.6.1...v0.6.2
0.6.1 - 2023-09-08
Added
Changed
- Update README.md - Intro sentence to get the command palette opened by @surfmuggle in #137
- Update dependencies by @adangel in #142
- Quote classPath to deal with spaces in workspaceRootPath by @adangel in #143
Removed
- remove settings
showErrors
,showStdOut
, andshowStdErr
. Output from PMD execution is always
displayed in the output window. This helps to diagnose problems like ruleset loading errors.
Fixed
- Error executing PMD when project folder uses spaces #139
- Static Analysis Failed - Cannot load ruleset #140
New Contributors
- @surfmuggle made their first contribution in #137
Full Changelog: v0.6.0...v0.6.1
0.6.0 - 2023-08-24
0.5.1
Re-updating because (can't trust binaries)
0.5.0
Merge branch 'onDocumentChange'
0.4.10
- upgraded to PMD 6.23
0.4.9
Change
- upgraded to PMD 6.22
- added Cognitive Complexity to default rule-set
- removed Cyclomatic Complexity from default rule-set
- fixed stale readme link
- Upgraded vscode engine to 1.43.0 (min vscode version) + Upgraded to new test "framework"
0.4.8
- npm audit fix
- fixing bad documentation links