Releases: influxdata/flux-lsp
Releases · influxdata/flux-lsp
Release 0.8.40
Release 0.8.39
- fix(618): handle remaining wasm panics, and expose is_valid_flux() API (#621)
Release 0.8.38
- chore: update LspServer logging level to Info (not debug) (#620)
- fix(618): handle wasm LspServer panic on logging (#619)
- feat(609/610/ui-6334): LSP notification sent to UI with ActionItems (#617)
- build(flux): update flux to v0.191.0 (#611)
- feat(615): basic composition coordination with UI (#616)
- chore(613): replace unmaintained wee_alloc with dlmalloc (#614)
- build(deps): bump minimatch from 3.0.4 to 3.0.5 in /integration (#612)
Release 0.8.37
Release 0.8.36
- chore: support multi tag value selection (#601)
- chore: remove didSave (#602)
- chore: audit the claimed server capabilities (#600)
- chore: update to rust 1.64 (#593)
- build(flux): update flux to v0.187.0 (#598)
- chore(ui-6063): add composition tests which demonstrate support for import statements (#596)
- build(flux): update to Flux v0.185.0 (#594)
- feat: Syntax highlight the hover information (#585)
- chore: remove tag filtering (#590)
Release 0.8.35
- build(flux): update flux to v0.184.2 (#589)
- fix: provide all lsp execute commands in initialization (#588)
- chore: remove original injection commands (#586)
- feat: Display the type constraints when hovering over something (#496)
- fix: Complete empty properties on member expressions (#580)
- build(flux): update flux to v0.183.0 (#581)
Release 0.8.34
- fix(578): the line_col library does 1 indexing for lines and chars, whereas the monaco-editor range (per LSP spec) does zero-based lines and chars. (#579)
Release 0.8.33
- fix(576): new_text in composition applyEdit should only be the composition string. Not the entire file string. (#577)
Release 0.8.32
- feat: allow initialize to add extra filters (#575)
Release 0.8.31
- fix: always use the replacement position for the applyEdit (#573)