| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jsonnet-language-server_0.14.0_checksums.txt | 2024-08-07 | 1.1 kB | |
| jsonnet-language-server_0.14.0_darwin_arm64 | 2024-08-07 | 12.2 MB | |
| jsonnet-language-server_0.14.0_windows_arm64.exe | 2024-08-07 | 11.9 MB | |
| jsonnet-language-server_0.14.0_darwin_amd64 | 2024-08-07 | 12.6 MB | |
| jsonnet-language-server_0.14.0_linux_arm64 | 2024-08-07 | 11.5 MB | |
| jsonnet-language-server_0.14.0_windows_amd64.exe | 2024-08-07 | 12.5 MB | |
| jsonnet-language-server_0.14.0_windows_armv7.exe | 2024-08-07 | 10.9 MB | |
| jsonnet-language-server_0.14.0_linux_amd64 | 2024-08-07 | 11.9 MB | |
| jsonnet-language-server_0.14.0_linux_armv6 | 2024-08-07 | 10.5 MB | |
| jsonnet-language-server_0.14.0_linux_armv7 | 2024-08-07 | 10.5 MB | |
| jsonnet-language-server_0.14.0_windows_armv6.exe | 2024-08-07 | 10.9 MB | |
| README.md | 2024-08-07 | 3.0 kB | |
| v0.14.0 source code.tar.gz | 2024-08-07 | 250.3 kB | |
| v0.14.0 source code.zip | 2024-08-07 | 555.1 kB | |
| Totals: 14 Items | 116.3 MB | 1 | |
What's Changed
- Vendor grafonnet in testdata, and fix jsonnetfmt by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/127
- Fix: Go-to definition on recursive binary operators by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/126
- Send settings on client initialization by @anguslees in https://github.com/grafana/jsonnet-language-server/pull/125
- Bump github.com/JohannesKaufmann/html-to-markdown from 1.4.1 to 1.4.2 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/130
- Bump github.com/JohannesKaufmann/html-to-markdown from 1.4.2 to 1.5.0 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/131
- nix: update to 0.13.1 and remove deprecated vendorSha256 by @trevorwhitney in https://github.com/grafana/jsonnet-language-server/pull/132
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/135
- feat(completion): quote labels when necessary by @Duologic in https://github.com/grafana/jsonnet-language-server/pull/136
- chore: update go version to 1.22 by @Duologic in https://github.com/grafana/jsonnet-language-server/pull/138
- feat: hide docstrings in completion by default by @Duologic in https://github.com/grafana/jsonnet-language-server/pull/139
- fix(completion): use upstream go-jsonnet Formatter by @Duologic in https://github.com/grafana/jsonnet-language-server/pull/137
- Bump github.com/JohannesKaufmann/html-to-markdown from 1.5.0 to 1.6.0 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/142
- Bump github.com/grafana/tanka from 0.26.0 to 0.27.1 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/143
- fix: update nix package by @trevorwhitney in https://github.com/grafana/jsonnet-language-server/pull/145
- Support
assertstatements by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/146 - Update CI workflows by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/148
- Bump github.com/grafana/tanka from 0.27.1 to 0.28.0 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/147
- Bump golangci/golangci-lint-action from 2 to 6 by @dependabot in https://github.com/grafana/jsonnet-language-server/pull/149
- Auto-complete function body attributes by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/150
- Completion: Return a non-nil list when no suggestions by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/151
- Support hover on all tokens by @julienduchesne in https://github.com/grafana/jsonnet-language-server/pull/152
New Contributors
- @anguslees made their first contribution in https://github.com/grafana/jsonnet-language-server/pull/125
Full Changelog: https://github.com/grafana/jsonnet-language-server/compare/v0.13.1...v0.14.0