This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Releases: crystal-lang-tools/scry
Releases · crystal-lang-tools/scry
v0.9.1
Adjusted lock file thanks to @peterhoeg
v0.9.0
Updated for Crystal v0.36.1
v0.8.1
v0.8.0
v0.8.0
Scry
- Fix formatting untitled file #65
- Analyze files with implicit requires #80
- Change default log level to info #93
- Add workspace symbols #106
- Add symbol end_position using end_location #114
- Do not use File.each_line iterator to ensure Files are closed #116
- Add hover #107
- Log to client #115
- Add class and module name completion #100
- Log response on exception #123
- Various other bug fixes/code refactors
Protocol
- Handle exit and shutdown request #76
- Fixes InitializeParams to follow LSP specification #82
- Add Protocol namespace #134
CI
- On ci check that code is formatted #57
- Update to use latest version of Crystal (v0.27.0)
v0.7.1
This patch release enhance current auto-completion by adding documentation:
- Adds documentation resolve to method completion by @laginha87 (#55)
Enjoy it! 😄
v0.7.0
This new minor release brings new awesome features and fixes:
- Fix formatting issues by @bmulvihill (#37)
- List document symbols by @bmulvihill (#39)
- Fix typo in enum by @simaoneves (#42)
- Auto-completion to module imports by @laginha87 (#46)
- Fix Travis build by @laginha87 (#47)
- Basic method auto-completion by @laginha87 (#51)
- Lightweight executable and less memory usage by @faustinoaq (#53)
- Formatting unsaved files by @faustinoaq (#54)
Thank you so much to all scry's contributors! 😄