Release notes - 1.48
1.48.0
2024-01-27
Bug Fixes
- compiler: projections on inline types are correctly checked for type assignments (8cf6b0d)
- compiler: remove inline type aliases. (d035997)
- compiler: single-arg function calls on models with inferred return type is no longer parsed as a type expression (377949d)
- stdlib/dateMath: relaxed signatures for addDays | addMinutes etc., until we have overload support (df29c1f)
- stdlib: relax the signature of concat() to …any (560dfbf)
- type-checker: allow assigning strings to enums (52ea40f)