v0.8.5
Pre-release
Pre-release
Uralstech
released this
02 Nov 17:12
·
48 commits
to ezrSquared-re
since this release
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 asCodeExecutor.RuntimeContext
.
Other Changes
- Fixed command line file input for shell.
Full Changelog: v0.8.4...v0.8.5