Skip to content

Releases: gren-lang/compiler

0.4.5: better performance, better sourcemaps

25 Aug 18:34
0.4.5
0efe25e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5

0.4.4

25 Jun 19:54
94ae280
Compare
Choose a tag to compare
  • Fix gren repl not responding
  • Fix commands like gren init not prompting the use to continue

0.4.3: bug fixes

22 Jun 20:09
18e8c31
Compare
Choose a tag to compare
  • Don't ask the user prompts if the terminal is non-interactive (prevents gren-in-gren doing nothing on interactive commands)
  • Fix crash on non-mac systems
  • Fix oversized buffers being returned to stdout

0.4.0

20 Jun 17:49
30c862b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0: SourceMaps

15 Jun 18:48
35f29cc
Compare
Choose a tag to compare

What's Changed

0.2.1: Testing, testing

15 Mar 10:15
a1edf1f
Compare
Choose a tag to compare

What's Changed

New Contributors

Gren 0.2.0: Hello, NodeJS

09 Dec 09:26
c3a39dc
Compare
Choose a tag to compare

What's Changed

  • Now compiled with GHC 9.4.2 and Cabal 3.8
  • Added NodeJS as a compilation target
  • Package manager is now faster, and provides better errors
  • Added some commands related to package management: update, outdated, uninstall
  • Gren now has a builtin code-formatter (by @avh4)
  • Added --validate to gren format (by @Gauteab)
  • Allow record updates on arbitrary expressions (by @jjant)
  • You can now use names with an underscore prefix (_likeso) for constants which are never referenced (by @allanderek)
  • Compiling docs is a now a separate command from make
  • gren docs outputs and object, not an array
  • docs and make now accept --output=/dev/stdout to print to the terminal window instead of a file
  • Fixed a runtime crash when running statements in the repl
  • Made the repl startup faster
  • Multiline string syntax now removes the common leading whitespace on each line
  • Import aliases can now contain dots
  • Fixed bug in redundant branch check when records were involved
  • Fixed bug where truncate and remainderBy failed to inline

New Contributors

Full Changelog: v0.1.0...0.2.0

Gren 0.1.0

27 May 05:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more at gren-lang.org