Releases: stardustcrsd3r/oapi-language-server
Releases · stardustcrsd3r/oapi-language-server
v0.1.0
Changelog
- eeb7baa feat: ship prebuilt binaries via GoReleaser + Mason, add MIT license and CI
- b6b3db6 feat(lsp): show operationId and summary as secondary text on operations
- d1f6f3f docs: document split-spec symbol support
- d387161 feat(lsp): surface split-spec symbols via $ref reachability
- 1548ca3 docs: rewrite README
- 8d50cae docs: rewrite README — recommend YAML LSP (not require), add lazy.nvim bootstrap
- 380b3a1 fix(lsp): point operation symbols at the path line, not the method
- 61479e1 fix(spec): derive positions from line, not goccy byte offset
- 8a16d31 fix(spec): correct off-by-one in token offset to LSP position
- 7955855 docs: add README with install, Neovim setup and feature list
- 4d31c79 feat(lsp): glsp stdio server exposing OpenAPI navigation
- 126d266 feat(spec): multi-file workspace and cross-file $ref resolution
- a33adf2 feat(spec): single-file OpenAPI parsing and navigation index
- cfbf114 chore: initialize Go module and project scaffold