Skip to content

Releases: gren-lang/compiler

0.6.5

23 Mar 18:47
ba2a215

Choose a tag to compare

  • Fix bug that prevented package manager from downloading missing packages

0.6.4

22 Mar 08:08
d700763

Choose a tag to compare

What's Changed

  • Fix error messages that still say "when ... of" by @gilramir in #355
  • Fix a couple spelling mistakes in package-install error messages by @gilramir in #357
  • Exhaustive check test by @gilramir in #361
  • toSnippet shouldn't crash if the error has no source code by @gilramir in #362
  • One-line error messages from the compiler front end need new-line by @gilramir in #363
  • Bytes is now a valid type for flags an ports
  • Compile with Gren 0.6.3 compiler

New Contributors

Full Changelog: 0.6.3...0.6.4

0.6.3

08 Sep 18:28
54277a2

Choose a tag to compare

What's Changed

  • When executing make or run, never consider modules from dependencies as roots. by @robinheghan in #351
  • Fix bump, diff, and validate to report correct changes

Full Changelog: 0.6.2...0.6.3

0.6.2

04 Aug 19:58
0343e77

Choose a tag to compare

What's Changed

  • Filter out invalid module names from project source files. by @robinheghan in #346
  • Don't redirect stdin when running headless by @blaix in #348
  • Change how partial application is generated, giving a slight performance increase

Full Changelog: 0.6.1...0.6.2

0.6.1: bugfixes

31 Jul 10:25

Choose a tag to compare

Fixes bugs found after the release of 0.6.1

What's Changed

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0: gren run, task ports and zero-install packages

17 Jul 10:21
a6596b3

Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.6.0

0.5.4

25 Apr 12:04
f090f1e

Choose a tag to compare

What's Changed

  • Fix runtime bug introduced by 0.5.3.

0.5.3: Fix windows issue

12 Feb 19:00
94e8dcb

Choose a tag to compare

What's Changed

  • Use latest version of gren-lang/compiler-node which fixes communication with the backend on windows.
  • Remove formatter code. Not a breaking change as the command line option was removed in 0.5.0. Should slim the executable a little by @robinheghan in #278
  • Clarify error message when invoking backend directly. by @robinheghan in #279
  • Minify production build of the compiler. by @robinheghan in #280

0.5.2: Fixes problems with mac builds

17 Dec 14:35
ee19481

Choose a tag to compare

blob-0.5.2

Bump blob version to 0.5.2

0.5.0: Streams and Static executables

13 Dec 21:02
a3815ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.5...0.5.0