0.42.8
- Updated LLVM to 11.0
- String interpolation
- Address-of immutable is now a warning instead of error
- Internal protection, accessed with
using internal name;
where name is a namespace or type name - Initializer blocks
this { … }
- Operator precedence changed to match C#/C++
- Improved extension support
- 'enum' and 'interface' constraints
- Format on Save in IDE