All Versions
10
Latest Version
Avg Release Cycle
122 days
Latest Release
1387 days ago

Changelog History

  • v0.8.1 Changes

    August 18, 2019

    v0.8.1

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

    November 06, 2018

    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 Changes

    March 07, 2018

    ๐Ÿ“š This patch release enhance current auto-completion by adding documentation:

    • โž• Adds documentation resolve to method completion by @laginha87 (#55)

    ezgif com-video-to-gif 1

    ๐Ÿฑ Enjoy it! ๐Ÿ˜„

  • v0.7.0 Changes

    March 07, 2018

    ๐Ÿš€ This new minor release brings new awesome features and fixes:

    ๐Ÿฑ 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
  • 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