Skip to content

Releases: nvuillam/vscode-groovy-lint

v3.3.1

08 May 13:35
Compare
Choose a tag to compare

What's Changed

  • Upgrade npm-groovy-lint to fix issues with Mac by @nvuillam in #230
  • chore(deps): update all non-major dependencies to v7.8.0 by @renovate in #227
  • chore(deps): update all non-major dependencies by @renovate in #228

Full Changelog: v3.3.0...v3.3.1

v3.3.0

28 Apr 12:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.3.0

v3.2.3

13 Mar 18:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

09 Mar 12:32
Compare
Choose a tag to compare

What's Changed

  • Upgrade npm-groovy-lint to 4.2.3 by @nvuillam in #218
  • chore(deps): update typescript-eslint monorepo to v7 (major) by @renovate in #214
  • chore(deps): update all non-major dependencies by @renovate in #216

Full Changelog: v3.2.1...v3.2.2

v3.2.1

09 Feb 16:32
Compare
Choose a tag to compare

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

15 Jan 21:24
Compare
Choose a tag to compare

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

17 Dec 18:54
Compare
Choose a tag to compare

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

Full Changelog: v3.0.0...v3.1.0

v3.0.0

17 Dec 00:27
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.0.0...v3.0.0

VsCode Groovy Lint v2.0.0

13 Aug 16:29
Compare
Choose a tag to compare
  • Upgrade to npm-groovy-lint v10.0.0

  • 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

08 Aug 21:49
Compare
Choose a tag to compare
  • Fix bug when file diagnostics is stuck with message GroovyLint is analyzing code... (#157)
  • CI: Upgrade to MegaLinter v6