Skip to content

Releases: ferus-web/mirage

1.1.0

11 Jan 06:02
921a3f6

Choose a tag to compare

This release adds support for BigInteger atoms, which are arbitary precision integers.

1.0.44

06 Jan 09:43

Choose a tag to compare

Full Changelog: 1.0.42...1.0.44

1.0.42

02 Dec 08:35

Choose a tag to compare

Full Changelog: 1.0.4...1.0.42

1.0.4

24 Oct 10:28

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

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

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

Choose a tag to compare

Reapply "(fix) atom: invalid iteration"

This reverts commit 740ae5101be3d92e0ac97162a574afa8331e3048.

0.1.7

21 Jul 04:19

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

Choose a tag to compare

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

0.1.5

11 Jul 16:11

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.