scry v0.8.1 Release Notes

Release Date: 2019-08-18 // over 4 years ago
  • v0.8.1

    • ๐Ÿ›  Fix compilation error undefined constant Crystal::Codegen::Target
    • 'Dirty-fix' compilation provider specs
    • โšก๏ธ Update to crystal 0.30.1

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)