v2.0-beta.1
Pre-release
Pre-release
Changes compared to the previous preview:
- Added spectators option for the
CreateProgressBarHudTextfunction. - 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
breakandcontinuein 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.