scry v0.8.1 Release Notes
Release Date: 2019-08-18 // over 5 years ago-
v0.8.1
- ๐ Fix compilation error
undefined constant Crystal::Codegen::Target
- 'Dirty-fix' compilation provider specs
- โก๏ธ Update to crystal 0.30.1
- ๐ Fix compilation error
Previous changes from 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)