Skip to content

compiler: v0.6.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 04:01
1ad351c

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 to Float32 (#2116) (fb1d481)
  • stdlib: Add abs, neg, isNaN, isInfinite to Float64 (#2117) (9469346)
  • stdlib: Add forEachChar, forEachCharI, map and mapi to String module (#1864) (4305e82)

Bug Fixes

  • compiler: Don't trigger recompilation for unnecessary compiler flags (#2106) (4275c17)
  • lsp: Improve lsp behaviour on goto definition (#1893) (d822c87)