Changelog of @hackage/spade 0.1.0.6

Changelog for S.P.A.D.E

0.1.0.6

  • Added an output window within IDE.
  • Added 'Run > Stop' menu item to kill the interpreter thread anytime.
  • Ctrl-C during interpreter execution drops to debug mode.
  • Make delete key to delete the selection, if there was one.
  • A fix for backward selection weirdness where the selection follows cursor.
  • Add 'debug' command to debug stdin behavior.

0.1.0.5

  • Fix bug that caused the ide to freeze when the loaded program is run for second time.
  • Hide autocomplete window as soon as the only suggestion is the same as search key.

0.1.0.4

  • Fix regression that caused step debugging to freeze the ui.

0.1.0.3

  • Initial proper release