Releases: nvuillam/vscode-groovy-lint
Releases · nvuillam/vscode-groovy-lint
v3.3.1
v3.3.0
v3.2.3
v3.2.2
v3.2.1
What's Changed
- Upgrade npm-groovy-lint to v14.2.1 by @nvuillam in #212
- fix: class not found request failure
- chore(deps): update all non-major dependencies by @renovate in #202
- chore(deps): update all non-major dependencies by @renovate in #207
- chore(deps): update peter-evans/create-pull-request action to v6 by @renovate in #210
- chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 by @renovate in #208
- chore(deps): update dependency npm-run-all2 to v6 by @renovate in #213
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Upgrade npm-groovy-lint by @nvuillam in #206
- fix: missing parse errors with --noserver
- fix: deactivate log file by default
- fix: file end of line character changes by @stevenh in #197
- chore(deps): update dependency @types/node to v20.10.5 by @renovate in #198
- chore(deps): update all non-major dependencies by @renovate in #199
- chore(deps): update all non-major dependencies to v6.16.0 by @renovate in #201
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Added new setting
showProblemsView
that controls if Problems View should open after initial lint pass - Fix doc deployment
- Add stale workflow
Pull Requests
- Fix doc deployment by @nvuillam in #190
- chore(deps): update actions/setup-node action to v4 by @renovate in #191
- chore(deps): update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #194
- chore(deps): update peter-evans/create-pull-request action to v5 by @renovate in #193
- chore(deps): update actions/setup-python action to v5 by @renovate in #192
- Add stale workflow by @nvuillam in #195
- chore(deps): update actions/stale action to v9 by @renovate in #196
- new settings option to show problems panel after initial pass by @NecroKote in #183
New Contributors
- @NecroKote made their first contribution in #183
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Update all packages, to address security issues and bring in the latest version of npm-groovy-lint and related fixes.
- Refactor of tests to more reliable, including being independent of each other so if one test fails others are not effected.
- Fix partial fixes never applying due to npm-groovy-lint v10.0.0 breaking change.
- Fix Analyze Groovy files in folder (#177)
- Debug sessions correctly enable debugging by default including npm-groovy-lint.
- Upgrade MegaLinter and fix related issues
Pull Requests
- Deploy also on open VSX registry by @nvuillam in #161
- fix: various failures and issues by @stevenh in #185
- Upgrade MegaLinter by @nvuillam in #186
- Configure Renovate by @renovate in #171
- chore(deps): update unicornglobal/has-changes-action action to v1.0.12 by @renovate in #187
- chore(deps): update actions/checkout action to v4 by @renovate in #188
New Contributors
Full Changelog: v2.0.0...v3.0.0
VsCode Groovy Lint v2.0.0
-
Upgrade to npm-groovy-lint v10.0.0
- Upgrade to CodeNarc 3.1.0
- Many fixes and enhancements (see npm-groovy-lint release note)
-
UI
- Better display for issues contextual menu
-
Fixes
- Wrong lines highlighted when spaces are replaced by tabs
- Document should not be reopened if closed without saving
- Some errors were displayed at the beginning of the file instead of the good line
- Wrong diagnostics lines are format or fix
VsCode Groovy Lint v1.9.1
- Fix bug when file diagnostics is stuck with message
GroovyLint is analyzing code...
(#157) - CI: Upgrade to MegaLinter v6