All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
1387 days ago
Changelog History
Changelog History
-
v0.8.1 Changes
August 18, 2019v0.8.1
- ๐ Fix compilation error
undefined constant Crystal::Codegen::Target
- 'Dirty-fix' compilation provider specs
- โก๏ธ Update to crystal 0.30.1
- ๐ Fix compilation error
-
v0.8.0 Changes
November 06, 2018v0.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 Changes
March 07, 2018๐ This patch release enhance current auto-completion by adding documentation:
- โ Adds documentation resolve to method completion by @laginha87 (#55)
๐ฑ Enjoy it! ๐
-
v0.7.0 Changes
March 07, 2018๐ 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! ๐
-
v0.6.1 Changes
September 20, 2017- ๐ Allow trace to be nilable
- ๐ Move Request params to RequestMessage (#23)
- ๐ Resolve LLVM Installation Issues in Linux and macOS
-
v0.6.0 Changes
August 10, 2017- ๐ Formatting support
- ๐ Go to definition support
-
v0.4.0 Changes
September 10, 2016- โ Add compatibility with Crystal 0.19.1
-
v0.3.0 Changes
August 21, 2016- Respond to uncommitted changes
- ๐ Runs a parse analyzer over uncommitted changes. Saved files still trigger a full analysis.
- Ignores inmemory files when they are opened. They are not in the file system, so always give errors on
require
-
v0.2.0 Changes
August 18, 2016- ๐ Fix Log location of
scry.out
- ๐ Fix Log location of
-
v0.1.0 Changes
August 16, 2016- ๐ First release of Scry.
- ๐ Support for 64bit linux and OS X
- Basic type checking and error detection on document change