Releases: cdhanna/fadebasic
Releases · cdhanna/fadebasic
v0.0.64
v0.0.63
Fixed
- commands with string ref parameters no longer allocate unless new string is written to parameter
v0.0.62
Fixed
- xml docs that would fail to parse during doc generation will log warnings instead of failing the build
- ref commands work for
floatargs
v0.0.61
Added
- Fade.Build generates markdown file for command docs unless
<FadeDisableAutoDocs>is set to true
Fixed
- generated docs allow slashes
v0.0.60
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
Fixed
- debugger shows hover values when looking at struct fields and array fields
- debugger statement eval shows output
v0.0.58
Fixed
- debugger handles suspended vm correctly
- debugger sorts through tokens using binary search and dense
intarray
v0.0.57
Fixed
- debugger suspends execution when a debug message is received
- debugger can re-pause at breakpoint
v0.0.56
Changed
DebugSessionis mostly virtual, and can be overriden
v0.0.55
Fixed
- debugger no longer uses infinite budget