0.10.0
Release notes
Nov 1, 2024

Features

Markdown support in comments and function documentation

Midio now supports markdown in both comments and function documentation. The supported markdown features are CommonMark plus typographic enhancements, tables, footnotes, abbreviations, and definition lists.

Misc

  • Improved design for variable getter and setter nodes.

Bug fixes

  • Fixed inconsistent border on data nodes.

Std lib

Breaking changes

  • Removed triggers from Std.Math.Random

Bug fixes

  • Made Std.Math.Random not panic if range is empty or inverted.