Skip to content

v0.8.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Uralstech Uralstech released this 02 Nov 17:12
· 48 commits to ezrSquared-re since this release
15a0d76

ezrSquared RE

DO NOT USE THIS FOR WRITING YOUR CODE!

Use any non-RE prerelease. While ezr² RE has a lot more features and many bugfixes, there are many missing features, most importantly the include expression and many built-in non-generic methods like list.insert!

Please use this release for testing purposes only. It is very unstable.

For platforms without a binary, you can compile the code with the .NET SDK.

What's Changed

Added

  • Added option to exclude built-in I/O functions from CodeExecutor.PopulateRuntimeContext.
  • Added EzrBuiltinsUtility.AddBuiltinIOFunctions to explicitly add built-in I/O functions.

Breaking Changes

  • CodeExecutor.s_runtimeContext is now public-access-only as CodeExecutor.RuntimeContext.

Other Changes

  • Fixed command line file input for shell.

Full Changelog: v0.8.4...v0.8.5