Skip to content

Releases: cdhanna/fadebasic

v0.0.64

28 Apr 13:24

Choose a tag to compare

Added

  • Rider IDE Plugin Support

Fixed

  • Using : as statement separator no longer creates implicit label
  • Debugger JSON transport code streams small byte payloads correctly
  • DebugSession allows a host to disconnect and reconnect gracefully

v0.0.63

21 Apr 13:40

Choose a tag to compare

Fixed

  • commands with string ref parameters no longer allocate unless new string is written to parameter

v0.0.62

19 Apr 11:01

Choose a tag to compare

Fixed

  • xml docs that would fail to parse during doc generation will log warnings instead of failing the build
  • ref commands work for float args

v0.0.61

17 Apr 01:04

Choose a tag to compare

Added

  • Fade.Build generates markdown file for command docs unless <FadeDisableAutoDocs> is set to true

Fixed

  • generated docs allow slashes

v0.0.60

04 Apr 01:05

Choose a tag to compare

Added

  • debug session supports dynamic restarts without losing connection to DAP

Fixed

  • launcher under debug no longer exits on first debug message

v0.0.59

02 Apr 03:28

Choose a tag to compare

Fixed

  • debugger shows hover values when looking at struct fields and array fields
  • debugger statement eval shows output

v0.0.58

25 Mar 04:28

Choose a tag to compare

Fixed

  • debugger handles suspended vm correctly
  • debugger sorts through tokens using binary search and dense int array

v0.0.57

25 Mar 03:29

Choose a tag to compare

Fixed

  • debugger suspends execution when a debug message is received
  • debugger can re-pause at breakpoint

v0.0.56

25 Mar 03:20

Choose a tag to compare

Changed

  • DebugSession is mostly virtual, and can be overriden

v0.0.55

25 Mar 03:03

Choose a tag to compare

Fixed

  • debugger no longer uses infinite budget