next
2025-02-12
Bug Fixes
- compiler: types should be inferred from expressions if present before inferring via field name (60ad2e8)
- core: spread operator should consider inherited types (3cfd5f1)
- error thrown when processing constraints without params (cf18aba)
Features
- constraints: support defining constraints using type references against variables (4e36ef6)
- core/compiler: type inference now works on objects returned from functions (fac8d34)
- core: it is now permitted to project an object to an array (7291925)