Releases: grafana/jsonnet-language-server
Releases · grafana/jsonnet-language-server
v0.9.0
What's Changed
- Symbols support by @julienduchesne in #60
- Enable go-to-definition for computed field names. by @zzehring in #61
- Basic go-to-definition inside functions by @julienduchesne in #63
- On parse failure, keep the old AST by @julienduchesne in #66
- Add basic completion for
self
fields and locals by @julienduchesne in #72
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Completion: Add in parameters when the suggestion is a function by @julienduchesne in #46
- feat: support for std.extVar variables by @entombedvirus in #37
- feat: dynamic formatting configuration by @entombedvirus in #47
- Fix diagnostics line parsing by @julienduchesne in #50
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #51
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.0 by @dependabot in #53
- Bump github.com/grafana/tanka from 0.19.0 to 0.22.1 by @dependabot in #54
- Bump github.com/JohannesKaufmann/html-to-markdown from 1.3.0 to 1.3.5 by @dependabot in #52
- Go 1.19 by @julienduchesne in #55
- Add support for configuring everything with
DidChangeConfiguration
by @julienduchesne in #57
New Contributors
- @entombedvirus made their first contribution in #37
- @dependabot made their first contribution in #51
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Update README.md with Jetbrains plugin by @julienduchesne in #39
- Update golang to 1.18 by @julienduchesne in #41
- feat: add neoclide/coc.nvim integration mini-howto by @jjo in #40
- Remove "no errors" diagnostics by @julienduchesne in #45
New Contributors
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Definition: Do not fail the request when there's an error by @julienduchesne in #34
- Refactoring + Speed improvements by @julienduchesne in #36
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add missing nil check by @julienduchesne in #24
- Fix
self
scope by @julienduchesne in #23 self
complex scope improvements by @julienduchesne in #25- Ensure that all files are
jsonnetfmt
ed by @julienduchesne in #26 - Add tests for clobbered fields by @julienduchesne in #27
- Go-to-definition: Return a list of Locations all the way to the top by @julienduchesne in #28
- Return multiple definitions: Simple cases by @julienduchesne in #29
- Support multiple definitions: Locals by @julienduchesne in #30
- Support multiple definitions: Imports by @julienduchesne in #31
- Support multiple definitons: Binary operators by @julienduchesne in #32
- Full multiple definitions support by @julienduchesne in #33
Full Changelog: v0.6.4...v0.7.0