Security Support
2026-12-31
Latest Release: 8.2.33 (2026-07-30)
Upgrade Tips
-
Mark classes as readonly to automatically enforce immutability across all their properties.
-
Combine union and intersection types using Disjunctive Normal Form (DNF) with bracket grouping.
-
Use null, false, and true as standalone types in return and parameter type declarations.
-
Object-oriented random number generation API featuring modular engines and the Randomizer class.
-
Define constants directly inside traits, accessible via the consuming classes.
-
Deprecate the creation of dynamic properties on objects to catch typos and unintended property assignments.