Skip to content

Releases: httuicom/httui-lang

httui-lsp v0.2.7

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:00

What's Changed

  • feat(lsp): alias definition, references and rename by @gandarfh in #27

Full Changelog: v0.2.6...v0.2.7

httui-lsp v0.2.6

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:12

What's Changed

  • chore(bench): fixtures + analysis/transport benchmarks + baseline by @gandarfh in #25
  • perf(lsp): O(doc) semantic token encoding + delta + cancellation by @gandarfh in #26

Full Changelog: v0.2.5...v0.2.6

httui-lsp v0.2.5

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:13

What's Changed

  • ci: rotate opam cache key to avoid stale-hit compiler rebuilds by @gandarfh in #23
  • fix(lsp): read env names from the vault env files by @gandarfh in #24

Full Changelog: v0.2.4...v0.2.5

httui-lsp v0.2.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 23:20

What's Changed

  • feat: add http fence grammar and semantic tokens by @gandarfh in #20
  • feat: add lezer grammar for http fences by @gandarfh in #21
  • ci: build lezer packages as a release matrix by @gandarfh in #22

Full Changelog: v0.2.3...v0.2.4

httui-lsp v0.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 20:44

What's Changed

  • ci: build the ocaml toolchain on windows by @gandarfh in #18
  • ci: ship the windows lsp binary in releases by @gandarfh in #19

Full Changelog: v0.2.2...v0.2.3

httui-lsp v0.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:21

What's Changed

  • ci: attach the lezer refs package tarball to releases by @gandarfh in #17

Full Changelog: v0.2.1...v0.2.2

httui-lsp v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:58

What's Changed

  • feat(lsp): hover previews the last response value by @gandarfh in #16

Full Changelog: v0.2.0...v0.2.1

httui-lsp v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 02:15

What's Changed

  • feat(lang): prev alias and numeric path segments in refs analysis by @gandarfh in #15

Full Changelog: v0.1.0...v0.2.0

httui-lsp v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 00:33

What's Changed

  • chore: governance, ci hardening, and contributor tooling by @gandarfh in #3
  • feat(refs): minimal lezer grammar for {{alias.path}} syntax by @gandarfh in #1
  • feat(refs): minimal tree-sitter grammar for {{alias.path}} syntax by @gandarfh in #2
  • Replace the Rust LSP stub with a pure OCaml server by @gandarfh in #8
  • Cross-grammar sync tests for the refs grammars by @gandarfh in #9
  • Reference analysis with diagnostics, hover and completion by @gandarfh in #10
  • Semantic tokens with per-client legend downgrade by @gandarfh in #11
  • Environment variable names in completion and hover by @gandarfh in #12
  • feat(lsp): typed ref analysis from inferred response shapes by @gandarfh in #13
  • ci: release workflow publishing httui-lsp binaries by @gandarfh in #14

New Contributors

Full Changelog: https://github.com/httuicom/httui-lang/commits/v0.1.0