------------------- * Expose in-order and any-order flow semantics via line magic;
0.0.77
Not secure
------------------- * Fix regression that caused kernel to crash on syntax errors;
0.0.76
Not secure
------------------- * Get rid of accidental debug logging statement;
0.0.75
Not secure
------------------- * Fix state transition bug where current scope not restored; * Make checker results strongly typed; * No more warning for stale usages; just show the highlight; * Various fixes to reduce intrusiveness (no attribute / subscript dereferencing at check time); * Bump frontend dependencies to more secure versions;
0.0.74
Not secure
------------------- * Misc bugfixes and improvements; * Fix bug where function scope overridden on redefinition; * Handle global / nonlocal state; * Get rid of unnecessary frontend dep, thereby fixing retrolab compat issue;
0.0.73
Not secure
------------------- * Misc bugfixes and improvements; * Ignore mutating calls when determining fresh cells; * Experimental reactivity prototype;