Skip to content

Releases: effekt-lang/effekt

Release v0.2.2

21 Feb 09:47
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.2.2

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

24 Sep 21:45
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.2.1

What's Changed -- Major

What's Changed –– User Facing

What's Changed -- LLVM Backend

What's Changed –– Code Quality

New Contributors

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

22 Sep 08:56
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.2.0

What's Changed

  • We integrated System C (described in our OOPSLA paper "Effects, Capabilities, and Boxes"
  • First draft of the LLVM backend -- not fully implemented, yet.
  • Many more changes.

Full Changelog: v0.1.16...v0.2.0

Release v0.1.16

09 Dec 12:22
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.16

Biggest changes are:

Release v0.1.15

15 May 14:30
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.15

Release v0.1.14

12 May 16:31
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.14

Release v0.1.13

25 Apr 13:22
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.13

In this release we changed the whole build setup of the Effekt compiler. It now tracks the timestamps of dependencies in traces and recompiles, if any transitive dependency changed.

Prerelease v0.1.12

22 Apr 15:09
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.12

Release v0.1.11

16 Apr 15:26
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.11

This release is improving pattern matching support.

  • New support for pattern matching block definitions
  • Pattern matching block definitions also supported in handler definitions
  • literal (constant) matchers

Release v0.1.10

15 Apr 09:01
Compare
Choose a tag to compare

Automatic release for refs/tags/v0.1.10

  • improved REPL output on imports
  • Added script effekt.sh for linux