Skip to content

Releases: antaalt/shader-validator

v0.1.3

28 Aug 18:28

Choose a tag to compare

  • Fix CI issue that package the wrong server version.
  • Improved tests

v0.1.2

27 Aug 19:33

Choose a tag to compare

Fix crash with relative include failing to be resolved and panicking the server.

v0.1.1

26 Aug 18:14

Choose a tag to compare

  • Fix a server crash when completing code with HLSL / WGSL
  • Fix function symbol regex matching issues
  • Clean deprecated code

v0.1.0

25 Aug 19:38
dbe4466

Choose a tag to compare

This extension is now using language server protocol to communicate with language server. With this change, we now support some additional features (only for GLSL for now):

  • Autocompletion
  • Signature helper
  • Hover
  • Go to definition

v0.1.0-pre1

17 Aug 13:04

Choose a tag to compare

v0.1.0-pre1 Pre-release
Pre-release

Extension is now relying on language server protocol

Version 0.0.5

03 Aug 10:31

Choose a tag to compare

Fix the web version of the linter. Some issues prevented it to work correctly which are now fixed.

Version 0.0.4

29 Jul 21:04

Choose a tag to compare

Fix some web issues & improve server.

Version 0.0.3

21 Jul 17:26
371bb8c

Choose a tag to compare

Bundle the extension and make it runnable on the web. The web version is not working already as some dependencies are in pre-release.

Version 0.0.2

20 Jul 10:08

Choose a tag to compare

Updated server glslang to support column error

Initial release

14 Jul 10:05

Choose a tag to compare

Initial release Pre-release
Pre-release

Initial release of this extension