Releases: coder3101/protols
Releases · coder3101/protols
0.13.1
0.13.0
What's Changed
- Add support for workspace symbols by @Copilot and @coder3101 in #95
Full Changelog: 0.12.9...0.13.0
0.12.9
What's Changed
- Add support for setting include paths via initializationParams by @Copilot in #91
New Contributors
- @dependabot[bot] made their first contribution in #88
- @Copilot made their first contribution in #93
Full Changelog: 0.12.8...0.12.9
0.12.8
What's Changed
- chore: bump dependencies and release 0.12.8 with if chaining by @asharkhan3101 in #87
Full Changelog: 0.12.7...0.12.8
0.12.7
What's Changed
- feat: Add support for relative package resolution by @asharkhan3101 in #85
Full Changelog: 0.12.6...0.12.7
0.12.6
feat: Use builder pattern and log unhandled notifications (#84) Potentially fixes #83 Prior to this, any unhandled notification not starting with `$` would have caused the main loop to exit with error resulting in server to crash. Moreover, this unhandled_notification handler only works with builder pattern which imo is cleaner and offers ability to separate out implementation of various requests into its own files (i'll maybe do that someday).
0.12.5
What's Changed
- feat: Add completion for builtin types with documentation by @asharkhan3101 in #81
Full Changelog: 0.12.0...0.12.5
0.12.0
What's Changed
- fix: Rename symbol within nested messages was not properly done by @coder3101 in #77
- fix: In a proto file without package declaration, no LSP feature worked by @coder3101 in #77
- improve: References and renames now support support absolute
.scoped symbols by @coder3101 in #77 - chore: move hover docs to separate markdown files by @coder3101 in #78
- chore: update dependencies and release for 0.12 by @coder3101 in #79
Full Changelog: 0.11.6...0.12.0
0.11.6
What's Changed
- fix: ignore unknown cli commands by @asharkhan3101 in #73
Full Changelog: 0.11.5...0.11.6
0.11.5
What's Changed
- feat: Add include-path CLI parameter with clap by @coder3101 in #71
Full Changelog: 0.11.2...0.11.5