compiler: v0.6.5
0.6.5 (2024-07-31)
Features
- lsp: Explicit type annotation code action (#2125) (d34d381)
- lsp: Goto type definition (#2129) (4bb8fae)
- lsp: Use argument label code action (#2126) (4399387)
- stdlib: Add
abs
,neg
,isNaN
,isInfinite
toFloat32
(#2116) (fb1d481) - stdlib: Add
abs
,neg
,isNaN
,isInfinite
toFloat64
(#2117) (9469346) - stdlib: Add
forEachChar
,forEachCharI
,map
andmapi
to String module (#1864) (4305e82)