All Versions
55
Latest Version
Avg Release Cycle
52 days
Latest Release
1233 days ago

Changelog History
Page 1

  • v0.7.2 Changes

    December 03, 2020

    Token for VSCode Marketplace changed

  • v0.7.1 Changes

    December 03, 2020

    Try to adjust publish to VS Marketplace and bumped correct version

  • v0.7.0 Changes

    December 03, 2020

    ๐Ÿ›  Fixes from #132 #134

    ๐Ÿš€ Automatic Deploy on release

  • v0.6.2 Changes

    October 23, 2020

    Correctly highlight %Q(...)

  • v0.6.1

    September 19, 2020
  • v0.6.0 Changes

    September 19, 2020

    ๐Ÿ›  Fix

    • โฌ†๏ธ Upgraded depencencies done by elbywan #126
  • v0.5.0 Changes

    September 19, 2020

    ๐Ÿ‘€ This new minor version has many fixes done by crystal lang community, see: Crystal Lang Tools

    ๐Ÿ›  Fix

  • v0.4.1 Changes

    May 28, 2020

    โšก๏ธ Just update some dependencies and accepted last PR

    Details coming soon

  • v0.4.0 Changes

    March 30, 2020

    ๐Ÿฑ This new minor version has many fixes done by awesome crystal lang community ๐ŸŽ‰

    โž• Add

    ๐Ÿ›  Fix

    ๐Ÿš€ Testing and working on a windows machine with VSCode Remote connected to a Dell R740 Ubuntu server.

    Annotation 2020-03-31 021434

    ๐Ÿ‘€ Also see: Changelog and Roadmap

  • v0.3.14 Changes

    February 08, 2019
    • ๐Ÿ‘‰ Makes syntax error matching backward compatible (< 0.27.2)

    Syntax error message shown by crystal tool format - in 0.27.2 looks like this:

    $ cat a.cr
    a=a
    $ cat a.cr | crystal tool format -
    Syntax error in line 1: can't use variable name 'abc' inside assignment to variable 'abc'
    

    However in versions < 0.27.2 shows:

    $ cat a.cr | crystal tool format -
    Syntax error in line STDIN:1: can't use variable name 'abc' inside assignment to variable 'abc'
    

    ๐Ÿฑ So, syntax error regex was fixed ๐Ÿ‘