- Linter will ignore comments: #47
- Linter will ignore files that are not under the /template directory #54
- Allow wildcards in excludes
- Added setting to exlude files from linting
- Using
esbuild
to bundle package
- Issue #46
- Issue #42
- Moved linter output from Output tab to Problems tab and red highlighting of misspelled values
- Overwriting of values files will now be merged instead of simply overwritten
- VariableCompletionItemProvider
- Value file overriding (hierarchy) (Issue #35)
- 'Rate me' popup. See issue #33.
- Security issue
- New README
- Issue #29
- Issue #27
- Autocomplete and linting for all NamedTemplates defined in any
*.tpl
file
- Autocomplete for
_helpers.tpl
(#23)
- Issue #21
- Added error message when values file can't be parsed
- Popup to star on GitHub
- Some small things in the README
- The
Helm-Intellisense: Lint Chart
command now gives feedback after running without errors.
- Issue #15 -> Preventing focus switch to output when linter ran.
- Bug which causes linter to crash in some cases.
- Issue #14 -> Linter will ignore missing value if
default
is set.
- Bug which replaced whitespace before alias(anchor) during autocomplete.
- Possible security issue with lodash.
- Windows support.
- Check if file is inside Helm Chart before linting.
- Only one output channel will be used now.
- Lint file on save can now be configured.
- If linting returns no errors no output box will be displayed.
- Autocomplete is now also working when replacing a key within a path.
- Added line number to linting output.
- Bug which crashed linter.
- Linting issues will now be printed to the output panel.
- Command to lint current chart.
- Name of
Helm-Intellisense: Lint
command toHelm-Intellisense: Lint File
.
- Bug which caused problems with anchor/label completion.
- Small changes in README.
- Command to lint current template file to find wrongly configured
.Values.foo.bar
paths . - Support for yaml anchors and aliases.
- Autocomplete for build in Object
Release
. - Autocomplete for build in Object
Chart
. - Autocomplete for build in Object
Files
. - Autocomplete for build in Object
Capabilities
. - Autocomplete for build in Object
Template
.
- Bug where values was not shown when the key was named 'type'.
- Improved check to decide if cursor is in go-template.
- Support of custom named value files.
- CHANGELOG.
- Support of
$.Values
.
- LICENSE.
- Bug which caused array indices to appear.
- Bug where
values.yaml
could not be located if twotemplates
directories exist in the path.
- Preview of the actual value in the
values.yaml
.
- Minimal performance improvement.
- Intellisense is now also working with the trigger key (default space+tab).
- Bug with multiple
.Values
in one line. - Issue #3 (Limit suggestions to go template actions).
- Updated package.json.
- First release.