Skip to content

Releases: cdhanna/fadebasic

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:32

Fixed

  • LSP formatter puts space before AS
  • LSP type ahead improvements

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:32

Changed

  • Debugger introduces a silent EOF+1 line when stepping over final instruction

Fixed

  • Debugger shows arrays after REDIM

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:39

Fixed

  • Rider LSP full tools bug

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 02:57

Fixed

  • Rider LSP source bug

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:10

Fixed

  • Rider 2026 compat bug

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 20:44

Added

  • Hot reload capabilities using --fade-watch flag

Fixed

  • LSP no longer uses debounce for syntax highlighting

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:22

Fixed

  • formatter works for type and mock keywords
  • various debugger issues

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:00

Added

  • TEST keyword and related mechanisms
  • LEN keyword for checking string and dimension array length
  • DIMS keyword for checking dimension count of array
  • BYTES keyword for checking byte size of things

Changed

  • Commands that accept a typed isParams arg 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

Choose a tag to compare

@github-actions github-actions released this 28 Apr 13:24

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

Choose a tag to compare

@github-actions github-actions released this 21 Apr 13:40

Fixed

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