Skip to content

Releases: KaptainMicila/ZScript-VSCode

VERSION 1.7.3

03 May 20:21
Compare
Choose a tag to compare
  • Removed one single continue, that's it.

VERSION 1.7.2

03 May 20:07
Compare
Choose a tag to compare
VERSION 1.7.2 Pre-release
Pre-release
  • Extreme optimization (hope it does not break more stuff)
  • Fixed a work breaking bug

VERSION 1.7.1

01 May 12:56
Compare
Choose a tag to compare
VERSION 1.7.1 Pre-release
Pre-release
  • Removed junk around the code
  • Fixed some inaccuracies
  • Fixed a bug that wouldn't update the context while writing code

VERSION 1.7.0

30 Apr 17:54
Compare
Choose a tag to compare
  • Added support for DECORATE
  • Fixed some stuff for ACS

VERSION 1.6.2

28 Apr 17:40
Compare
Choose a tag to compare
  • Added initial autocomplete capability. More to come.

VERSION 1.6.0

02 Apr 17:54
d5370f4
Compare
Choose a tag to compare
  • Fixed some stuff with folding for both ZScript and ACS
  • Added programmatic language features to ZScript (more to come)

VERSION 1.5.1

23 Mar 17:42
Compare
Choose a tag to compare
  • Small fixes regarding enums

VERSION 1.5.0s

11 Mar 18:42
Compare
Choose a tag to compare

This is the right source code

VERSION 1.5.0

11 Mar 18:37
Compare
Choose a tag to compare
  • Fixed inconsistencies with ACS
  • Added script types support
script "Whatever" ENTER //<-- this one
{
	// BLAH BLAH
}

VERSION 1.4.0

10 Mar 19:41
Compare
Choose a tag to compare
  • ACS support complete
  • String escaping support
  • Hexadecimal numbers support