Skip to content

v2.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@ItsDeltin ItsDeltin released this 01 Nov 09:07
· 265 commits to 2.0 since this release

Changes compared to the previous preview:

  • Added spectators option for the CreateProgressBarHudText function.
  • Added color reevaluation options to EffectRev.
  • Array creation ([ ]) now returns an array type.
  • Fixed comment block lexing.
  • Fixed incorrect skips when returning in functions.
  • Fixed order of operations. #204
  • Fixed unary operators. #191
  • Fixed incorrect document ranges after editing a file. #194
  • Fixed break and continue in for loops.
  • Fixed method groups as parameters.
  • Fixed layered lambdas. #202
  • Fixed exception when the lambda's value is an expression.
  • Fixed constant lambda names.
  • Fixed variable initial assignment constant type checking.
  • Fixed type cast parsing.
  • Fixed returning lambdas that access local variables.
  • Fixed macros usage in method groups.