Skip to content

Releases: grain-lang/grain

Preview

22 Mar 00:04
88f62de
Compare
Choose a tag to compare
Preview Pre-release
Pre-release
preview

chore: release main

stdlib: v0.6.6

12 Aug 02:43
c8624c3
Compare
Choose a tag to compare

0.6.6 (2024-08-12)

Miscellaneous Chores

  • stdlib: Synchronize Grain versions

Grain v0.6.6

12 Aug 02:43
c8624c3
Compare
Choose a tag to compare

0.6.6 (2024-08-12)

Bug Fixes

  • lsp: Prevent crash on types not included from other modules (#2137) (865da8a)

compiler: v0.6.6

12 Aug 02:43
c8624c3
Compare
Choose a tag to compare

0.6.6 (2024-08-12)

Bug Fixes

  • lsp: Prevent crash on types not included from other modules (#2137) (865da8a)

cli: v0.6.6

12 Aug 02:43
c8624c3
Compare
Choose a tag to compare

0.6.6 (2024-08-12)

Miscellaneous Chores

  • cli: Synchronize Grain versions

stdlib: v0.6.5

01 Aug 04:01
1ad351c
Compare
Choose a tag to compare

0.6.5 (2024-07-31)

Features

  • 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

  • stdlib: Ensure references are retained in unsafe stdlib functions (#2118) (639856f)

Grain v0.6.5

01 Aug 04:01
1ad351c
Compare
Choose a tag to compare

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)
  • stdlib: Ensure references are retained in unsafe stdlib functions (#2118) (639856f)

compiler: v0.6.5

01 Aug 04:01
1ad351c
Compare
Choose a tag to compare

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)

cli: v0.6.5

01 Aug 04:01
1ad351c
Compare
Choose a tag to compare

0.6.5 (2024-07-31)

Miscellaneous Chores

  • cli: Synchronize Grain versions

stdlib: v0.6.4

27 Jun 17:27
651caa6
Compare
Choose a tag to compare

0.6.4 (2024-06-27)

Features