1.0.6
- Emit Luau types for strict type checking
- Added
Native
attribute to run functions/constructors natively - Macro string methods which have the same functionality as their Luau counterparts
- Parenthesized expression codegen
- Added enum declaration codegen
- Switch statement codegen (including
when
clause as well asnot
, discard, and declaration patterns) - Fixed for statements with no declarations/conditions/incrementors
- Added
@native
attributed to class/namespace callbacks in emitted code - Added
EntryPointRequired
option toroblox-cs.yml
config
Full Changelog: 1.0.5...1.0.6