Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.74 KB

RELEASE_NOTES.md

File metadata and controls

58 lines (47 loc) · 1.74 KB

0.1.4 — 01.10.2024

  • fix: not found QSPFoundation or Fering and client not ready

0.1.3 — 16.09.2024

  • chore: change extension name to "qsp-official"

0.1.2 — 16.09.2024

  • chore: change extension name to "qsp-ext"

0.1.1 — 16.09.2024

  • chore: change publisher to QSPFoundation

0.1.0 — 12.08.2024

  • feat: recognize text between locations as a comment
  • fix: optional & between instructions in a line
  • feat: add $QspVer(string): string overload for $QspVer('platform') support
  • feat: add assignment destructuring support for tuples
  • feat: add assignment destructuring tuples in AST and print it
  • feat: add support for tuples in expressions
  • feat: add support for assigning multidimensional arrays
  • feat: add support for two-dimensional arrays

0.0.6 — 26.09.2020

  • parser: feat: @location
  • parser: fix: $var renamed
  • parser: feat: loop construct
  • parser: fix: local vars replaced previous vars
  • parser: # is not specificator (#13)
  • parser: scope in dynamic code
  • parser: fix: explicitVar locale
  • parser: scopes for if, act, for
  • parser: feat: local
  • parser: scope
  • server: fix publishDiagnostic error (#16)
  • server: remove "unknown" in diagnostics messages

0.0.5 — 03.09.2020

  • parser: =*, =+, =-, =/ removed
  • feat: location outline
  • parser: /=, =/, *=, =* added
  • parser: else:
  • parser: fix: msecscount+x => msecscount(x)
  • parser: fix: $func

0.0.4 — 08.08.2020

  • build: net461

0.0.3 — 07.08.2020

  • build: .Net Core
  • fix: escape args txt2gam, txt2gam output error
  • feat: buildAndRun

0.0.2 — 05.08.2020

  • Добавил комманду "QSP: Build", которая компилирует текущий файл в .qsp

0.0.1 — 02.08.2020

  • Init