PackageTrack
Sign in Get early access

github.com/juliosueiras/terraform-lsp

v0.0.12 #2944 most downloaded on Go modules juliosueiras/terraform-lsp

What this package is like to depend on

Last release 4 years ago

no release in 18 months

Ships fairly regularly

a new release about every 2 months

Most releases are documented

notes for 7 of 11 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

29 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

29 releases · May 2019 to May 2022
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 29
  1. v0.0.13-0.20220504204640-09a574540faa 04 May 2022 pre-release

    Nothing published for this version

  2. v0.0.13-0.20220120163254-6a214ba74128 20 Jan 2022 pre-release

    Nothing published for this version

  3. v0.0.13-0.20220117193540-53c0d1de725b 17 Jan 2022 pre-release

    Nothing published for this version

  4. v0.0.13-0.20210731202716-1963442b0631 31 Jul 2021 pre-release

    Nothing published for this version

  5. v0.0.13-0.20210513193655-647956dd02a3 13 May 2021 pre-release

    Nothing published for this version

  6. v0.0.12 13 May 2021
    Release notes

    Changelog

    b0a5e4c Added Support for Terraform 0.14 and 0.15
    8d09c4c Update README for Terraform v0.15
    a503e90 Added Current Target to finish
    883f5c1 Merge branch 'master' of github.com:juliosueiras/terraform-lsp
    4d5f533 Merge pull request #84 from da-edra/fix/create-destination-directory
    ebf8145 Merge pull request #85 from awilkins/fix/nix-build
    f86469a Merge pull request #87 from braybaut/feature/coc-nvim
    28a2759 coc-nvim documentation
    b838dd8 Stop trying to be a smartarse about arrays
    e96c2b6 Actually use the contains function properly
    7bc9f0f Try quoting the expression the other way
    8d2a83c Try quoting the expression
    8717583 Fix quotes style
    4c1a40f Add a trigger for rebuilds with a comment
    ee30842 Add missing vendorSha256 parameter
    e169b75 fix: Create destination directory if it does not exist.
    2e556c2 Merge branch 'master' of github.com:juliosueiras/terraform-lsp
    0f374a5 Merge pull request #82 from beeceej/fix/makefile-compat
    f78c05b Feat(build): make copy depend on build
    ad53d84 Feat(docs): add example for the DST flag
    465ba71 Feat(build): fix Makefile when building on MacOS

    Open source →
    Release notes

    v0.0.12 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  7. v0.0.11-beta2 09 Jun 2020 pre-release
    Release notes

    Changelog

    deebe72 Updated goreleaser
    a362302 Updated README
    4e41925 Updated README
    96f8c97 Updated README.md
    d13a205 Merge pull request #79 from awilkins/github-actions
    c8b2d67 Merge branch 'master' into github-actions
    bc838af Added test github action
    39564a4 Tidy the go modules
    6b82419 Added serve subcommand for vscode-terraform
    cc17add Added Support for 0.13.0 provider binary search
    5d690cd Obsolete nix package
    7adcafa Remove unsupported param (docs need updating!)
    d7fda8c Broken nix version
    ae08c63 Format file a bit better and add go version
    f3e9952 Remove broken Travis workflow
    6974942 Add a release workflow
    40172db Nest workflow properly
    b13db8d Add OSX build
    9ad107c Revendor
    b40851f Added a github Actions workflow
    85ae1ef Update README
    2e23911 go mod tidy
    b3dd863 Update README in relation to terraform-ls
    26e8a12 Updated go.mod
    4723974 Updated vendor

    Open source →
    Release notes

    v0.0.11-beta2

    Compare

    Choose a tag to compare

    Open source →
  8. v0.0.11-beta1.0.20200810175226-4d5f533af3c8 10 Aug 2020 pre-release

    Nothing published for this version

  9. v0.0.11-beta1.0.20200609195008-deebe72cb57a 09 Jun 2020 pre-release

    Nothing published for this version

  10. v0.0.11-beta1 21 Apr 2020 pre-release
    Release notes

    Changelog

    26e8a12 Updated go.mod
    4723974 Updated vendor
    480b2d4 Updated release.sh for testing
    9fd7728 Added basic snippet and fixed map and array completion bug, close #60
    2442e34 Merge pull request #65 from AubreySLavigne/viper-flags
    1efb5ef Implement Viper to manage flags
    5111a91 Run gofmt
    3626372 Merge pull request #63 from juliosueiras/features/tcp-server
    98502e3 Fixed publish diags for TCP and added debug log option for jrpc2
    75d62a2 Added mock initialized
    72f382b Simplified ServiceMap
    de96999 Added loggig for tcp portion
    28ac09f Fixed port assignment
    9b9b4d8 Added TCP Server mode(however need to find out how to push msgs)
    569bb8a Updated jrpc2 to 0.4.2
    b05a499 Merge pull request #61 from AubreySLavigne/fix-uri-scheme-stripping
    4bd8b99 Merge branch 'master' into fix-uri-scheme-stripping
    3a7608c Merge pull request #61 to fix the pathing issue fully
    ef4774b Fix scheme stripping of file URI
    8a4b03e Fixed path.module in lazy completion
    75b31ea Fixed windows path issue again
    f01c300 Added error checks for locals expr and start of lazy eval completion
    71b6183 Did go fmt, also fixed windows path.module issue
    5edc509 Added terragrunt error check
    aee4615 Added path.cwd and path.module with correct path, Added error check for tfvars

    Open source →
    Release notes

    v0.0.11-beta1

    Compare

    Choose a tag to compare

    Open source →
  11. v0.0.11-0.20200421172603-480b2d4483ae 21 Apr 2020 pre-release

    Nothing published for this version

  12. v0.0.10 17 Feb 2020
    Release notes

    Changelog

    058c36f Restrict search path to 4 level deep
    cb1f396 Updated README to indicate go 1.12 is require
    1d7486f Made goreleaser to use vendor folder
    f71fc7f Updated goreleaser
    155a192 Updated goreleaser
    9a59bb0 Updated vendor
    d253e8b Fixed windows path issue and added log level
    8cf7039 Updated vendor
    b503cab Switched to use collection of clients rather restarting client each time tf providers
    827f992 Switched to use In-Memory FileSystem for file manipulation
    2c6a29f Merge pull request #46 from dohq/feat/add-shutdown
    5ce1b76 Merge pull request #56 from andrewimeson/adi/docs-improvements
    479c03c docs: Improve install instructions, typos, formatting
    01cf586 Revert "[fix] go1.13 build error cause xerrors"
    46234ed Revert "[fix] nix build sha256 hash"
    daa46fe Bump Terraform version to 0.12.20
    b0c8026 Merge pull request #48 from alindeman/xerrors
    ca83134 Switch mod256 to null for better build steps
    096b231 Bump xerrors to latest
    66fb732 Merge pull request #45 from zimbatm/nix-composable
    98a2fea [fix] nix build sha256 hash
    a5f540e [fix] go1.13 build error cause xerrors
    ce3e39a [mod] return os.Remove error and os.Exit
    d8f904a [mod] add Shutdown handler
    92728b0 nix: make composable
    f6356b6 Merge pull request #43 from endzyme/fix-broken-eval-vars
    f0e2305 Fixes #29 - Adjusted variables to check against
    c640a1b Update nix hash
    df68c8a Update default.nix
    a3dccc4 Updated default.nix
    c845f1c Update nix hash
    133d173 Updated nix build
    3cd20df Updated mods
    b80033a Updated vendor
    bc9c941 Added vendor folder to test single command install
    8fe6b6e Updated nix hash
    13fbf76 Updated Todo
    b0f7ddf Updated README for Todo
    db404e0 Revamp README
    b32c373 Switch from HCL2 deps to HCL's v2 deps
    82f0e33 Fix Typo
    5938fa0 Added docs about vscode-terraform
    8ab5890 Updated README for sublime text
    65a0c66 Restructure LSP from single file to modular
    23dbf68 Fix nix hash
    82a704e Merge pull request #23 from pdecat/search_parent_dirs_and_cache
    211e07c Added -version flag
    5def39e Search plugins in parent dirs for .terraform and in global plugin cache dir

    Open source →
    Release notes

    v0.0.10

    Compare

    Choose a tag to compare

    Open source →
  13. v0.0.10-0.20200131182003-daa46fe7ad03 31 Jan 2020 pre-release

    Nothing published for this version

  14. v0.0.10-0.20191107161559-c640a1b8e62a 07 Nov 2019 pre-release

    Nothing published for this version

  15. v0.0.9 18 Sep 2019
    Release notes

    Changelog

    3ecb10a Updated version in nix build
    0ec230e Added nil check for extra tf files

    Open source →
    Release notes

    v0.0.9

    Compare

    Choose a tag to compare

    Open source →
  16. v0.0.8 18 Sep 2019
    Release notes

    Changelog

    5ac14b3 Push for v0.0.8

    Open source →
    Release notes

    v0.0.8

    Compare

    Choose a tag to compare

    Open source →
  17. v0.0.7 18 Sep 2019
    Release notes

    Changelog

    0824e55 Fix import issue
    f2efba4 Omit hover for now due to error prone

    Open source →
    Release notes

    v0.0.7

    Compare

    Choose a tag to compare

    Open source →
  18. v0.0.6 18 Sep 2019
    Release notes

    Changelog

    e10e990 Updated nix hash
    fcc07b3 Fix build due to git.apache.org/thrift shutdown
    1792fda Readded nix to travis
    7d1c199 Added Resources & Data Sources type checking
    ce56f2c Added Plan document
    c28a857 Merge branch 'master' of github.com-juliosueiras:juliosueiras/terraform-lsp
    cb72e8e Updated modules
    2e9d774 Added simple path into decode
    4be8443 Merge pull request #14 from calve/patch-1
    0c4dc78 Document usage with emacs lsp-mode

    Open source →
    Release notes

    v0.0.6

    Compare

    Choose a tag to compare

    Open source →
  19. v0.0.5 22 Jul 2019
    Release notes

    Changelog

    3b10a79 Update goreleaser config
    7848ec9 Updated modules hash

    Open source →
    Release notes

    v0.0.5

    Compare

    Choose a tag to compare

    Open source →
  20. v0.0.5-0.20190828170548-c28a857a1815 28 Aug 2019 pre-release

    Nothing published for this version

  21. v0.0.4 22 Jul 2019

    Nothing published for this version

  22. v0.0.4-0.20190722031602-1c9a8c744c4d 22 Jul 2019 pre-release

    Nothing published for this version

  23. v0.0.3 23 May 2019

    Nothing published for this version

  24. v0.0.3-testing 22 Jul 2019 pre-release
    Release notes

    v0.0.3-testing

    Compare

    Choose a tag to compare

    Open source →
  25. v0.0.2 17 May 2019

    Nothing published for this version

  26. v0.0.1 08 May 2019

    Nothing published for this version

  27. v0.0.0-20210513193655-647956dd02a3 13 May 2021 pre-release

    Nothing published for this version

  28. v0.0.0-20200920061818-a503e90530ab 20 Sep 2020 pre-release

    Nothing published for this version

  29. v0.0.0-20200609194749-a362302f5653 09 Jun 2020 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive