releases/0.6.0.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<h3 id="v0.6.0">v0.6.0 — 2025-11-09</h3>
<h4>Breaking Changes</h4>
<ul>
<li>Removed %:debug%% symbol.</li>
</ul>
<h4>New Features</h4>
<ul>
<li>Added symbol {{sym-timestamp}}.</li>
<li>Implemented the possibility to load additional %:.hex%% or %:.hbx%% files at startup by using the %:-l, --load%%
option.
</li>
<li>Implemented a %:utils.hex%% library as part of the new <a href="https://hex.2c.fyi/lib/">Standard Library</a>,
containing additional utility symbols (loaded automatically in the playground).</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Fixed some documentation typos and inaccuracies.</li>
<li>Improved memory management</li>
</ul>
<h4>Chores</h4>
<ul>
<li>Added tests for %:utils.hex%%.</li>
<li>Implemented a basic %:doc.hex%% script to generate reference documentation from hex files.</li>
</ul>
|