Releases: michaellzc/vscode-hadolint
Releases · michaellzc/vscode-hadolint
1.1.2
What's Changed
- fix: handle an edge case of showing spammy error message by @michaellzc in #69
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- build(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #49
- chore(ci): integrate codeql by @michaellzc in #56
- build(deps): bump nth-check from 2.0.0 to 2.0.1 by @dependabot in #58
New Contributors
- @dependabot made their first contribution in #49
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.2
Fixed
- Graceful handling of the upstream colorized output feature
- Revalidate on file save
Notes
Upgrade guide #44 (comment)
1.0.1
Changed
- Optimized extension production build with webpack
1.0.0
Added
- Multi-root workspace support
Notes
Why bumping the major? The LSP client is re-written from scratch with multi-root workspace support in mind from the vscode-extension-samples/lsp-multi-server-sample boilerplate.
0.3.0
Added
- Revalidate all Dockerfile when
.hadolint.yaml
is changed
0.2.3
Changed
- Upgrade dependencies, fix event-stream mess
0.2.2
Fixed
- Revalidate Dockerfile now works on file saved
0.2.1
Fixed
- Fixed broken Dockerfile fs path on win32
Changed
- Add instruction for win32 users to setup path to hadolint excutable