Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

86 lines (59 loc) · 1.25 KB

Changelog

0.9.1

  • Update chhangelog

0.9.0

  • Enable multi-root workspace support
  • Bug fixes

0.8.0

  • Add eval into module option to REPL
  • Add toggle lint command
  • Add toggle log command
  • Add execute file command
  • Add execute block command
  • Add support for region folding
  • Bug fixes

0.7.0

  • Use VS Code tasks for build, test and benchmark
  • Add reload modules command
  • Add rename command
  • Bug fixes

0.6.2

  • Bug fixes
  • Language server status bar icon
  • julia 0.6 syntax highlighting

0.6.1

  • Bug fixes

0.6.0

  • Use LanguageServer.jl
  • Format Document command
  • Actionable diagnostics
  • Support for .jmd files
  • Plot pane
  • Run package tests command
  • Lint package command

0.5.1

  • Scope Ctrl+Enter to julia files
  • Fix whitespace bug on Windows

0.5.0

  • Migrate to a language server protocol design
  • Add completion provider
  • Add definition provider
  • Add hover provider
  • Add signature provider
  • Add integrated julia terminal

0.4.2

  • julia 0.5 compatibility

0.4.1

  • Update README

0.4.0

  • Add linter support

0.3.1

  • Patch release to test upgrade procedure

0.3.0

  • Add latex completion

0.2.0

  • Add "Open Package Directory in New Window" command

0.1.1

  • Update project home URLs

0.1.0

  • Initial release