Releases: ferus-web/mirage
1.0.42
Full Changelog: 1.0.4...1.0.42
1.0.4
Fixes
- Interpreter no longer crashes when generating stack trace for unknown operation
This release should not break anything.
1.0.0
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
This minor release fixes a bug in the value index resolution algorithm that caused a crash.
0.1.8
Reapply "(fix) atom: invalid iteration" This reverts commit 740ae5101be3d92e0ac97162a574afa8331e3048.
0.1.7
This release brings support for floating point numbers alongside optimizing a slow function in the atom implementation.
0.1.6
This release finally fixes all bugs related to the control flow.
0.1.5
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
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.