-
For loop optimizations
-
Generic memory optimizations
-
Imports (i.e:
import ClassPackageAndName;
, Added in 1.0.0) -
- Import Aliases (Added in 1.1.0 i.e:
import ClassPackageAndName as Class Alias;
)
- Import Aliases (Added in 1.1.0 i.e:
-
Finals (Added in 1.0.1)
-
Improved Error Handling (Added in 1.1.0)
-
- Using Keyword (Added in 1.1.1, partial)
-
Enums (Added in 1.1.0)
-
- Abstract Enums
-
Typedefs (Added in 1.1.0)
-
- Redirects (Added in 1.1.0)
-
- Class Redirect (automatic imports, Added in 1.1.0)
-
Null Coalescing Operator (Added in 1.1.0, ??, ??=)
-
Packages (Added in 1.1.1)
- Classes?
- Regex?
- Sandboxing
- Parenting (
this
variable would be set for scripts, which allows being able to access variables from a set class without having to type it out, i.e: PlayState.instance)