v0.11.0
0.11.0 (2024-04-10)
Features
- add
toFloat
methods forInt
andString
(#1018) (55a2050) - fine-grained control over inlay hints for parameter names (#1016) (2667caf)
- messaging service (#1004) (dcf4ecf)
- semantic highlighting of block lambda results (#1011) (228733c)
- start runner in language server (#1006) (ef4bb6f)
- stubs for int conversions (#1008) (b635f5a)
- support relative paths (#1019) (3d3f28d)
- trigger EDA tool via code lenses (#1010) (eb6e4b6)
Bug Fixes
- consumption of source maps (#1005) (ea3da87)
- disable global EDA panel cache (#1014) (f888027)
- generation of dynamic member function calls with memoization + propagating of impurity information across chained calls (#1015) (19015c3), closes #1012 #1013
- only spawn one runner process and shut it down properly (#1009) (2c72cee)
- show EDA tool for
TaggedTable
andTimeSeries
(#1017) (ffae98a)