Changelog of @hackage/spade 0.1.0.9

Changelog for S.P.A.D.E

0.1.0.9

  • Add step option to for loops.
  • Support fractional values in for loops.
  • Add log function to log messages to the Log window when program is run in IDE.
  • Add support for modules and imports in interpreter.
  • Add more graphics functions.

0.1.0.8

  • Documentation and fix samples

0.1.0.7

  • Added directory iterator.
  • Make subscripted indexing work for strings and bytes.

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