Releases: cdhanna/fadebasic
Releases · cdhanna/fadebasic
Release list
v0.2.5
v0.2.4
Changed
- Debugger introduces a silent EOF+1 line when stepping over final instruction
Fixed
- Debugger shows arrays after
REDIM
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Added
- Hot reload capabilities using
--fade-watchflag
Fixed
- LSP no longer uses debounce for syntax highlighting
v0.1.3
Fixed
- formatter works for type and mock keywords
- various debugger issues
v0.1.2
Added
TESTkeyword and related mechanismsLENkeyword for checking string and dimension array lengthDIMSkeyword for checking dimension count of arrayBYTESkeyword for checking byte size of things
Changed
- Commands that accept a typed
isParamsarg can be fulfilled with a fade array - Internal VM allocates less memory
- Garbage collection migrated to mark-and-sweep instead of pure ref counting
Fixed
- boolean type inference works through binary operators
v0.0.64
Added
- Rider IDE Plugin Support
Fixed
- Using
:as statement separator no longer creates implicit label - Debugger JSON transport code streams small byte payloads correctly
DebugSessionallows a host to disconnect and reconnect gracefully
v0.0.63
Fixed
- commands with string ref parameters no longer allocate unless new string is written to parameter