Skip to content

Releases: ferus-web/mirage

1.0.42

02 Dec 08:35
Compare
Choose a tag to compare

1.0.4

24 Oct 10:28
Compare
Choose a tag to compare

Fixes

  • Interpreter no longer crashes when generating stack trace for unknown operation

This release should not break anything.

1.0.0

07 Sep 07:19
Compare
Choose a tag to compare

Mirage 1.0.0 is finally here! This release finally adds documentation to the IR generator alongside polishing it up and implementing more IR generation directive functions in the generator utility. It shouldn't break anything.

0.1.9

22 Aug 13:11
Compare
Choose a tag to compare

This minor release fixes a bug in the value index resolution algorithm that caused a crash.

0.1.8

25 Jul 11:24
Compare
Choose a tag to compare
Reapply "(fix) atom: invalid iteration"

This reverts commit 740ae5101be3d92e0ac97162a574afa8331e3048.

0.1.7

21 Jul 04:19
Compare
Choose a tag to compare

This release brings support for floating point numbers alongside optimizing a slow function in the atom implementation.

0.1.6

15 Jul 10:57
Compare
Choose a tag to compare

This release finally fixes all bugs related to the control flow.

0.1.5

11 Jul 16:11
Compare
Choose a tag to compare

This release fixes a bug related to control flow. Updating to this release won't break anything but it will fix a pretty silly bug that I should've seen coming.

0.1.4

20 Jun 06:03
Compare
Choose a tag to compare

Mirage 0.1.4

This release brings registers, (and subsequently) call arguments and return values!
There's a few performance improvements and API changes, but nothing major has been broken.