Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 09:25
4771fbb

1.0.0 (2023-05-02)

📦 Build system

  • dependabot should ignore node >16.x (d0c6685)

🧹 Chores

  • deps: bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.59.0 (#99) (ebd4f20)
  • deps: bump @typescript-eslint/parser from 5.40.0 to 5.59.0 (#98) (a677eab)
  • deps: bump actions/checkout from 2 to 3 (#14) (adac926)

✨ Features

  • convert to language server architecture (#95) (1ee263a)
  • provide completion for (Sopc)Xvrs. Suggest existing Xvrs when creating new SopcXvr and vice versa. (6dd676e)
  • provide completion of Xvrs and calcs in CalcPvr.Alg (6dd676e)
  • provide diagnostics for calcs (#105) (6dd676e)
  • provide error reports if the calc is not parsable. (6dd676e)
  • provide warnings for calcs that are not supported in Septic. (6dd676e)
  • provide warnings for references to Xvrs that are not in the config. (6dd676e)