v2023.5.2
Overview
Minor enhancements
v2023.5.2
- Added the
ByteBuffer
class and updated theRuntime->CommandOutput(..)
function - Support for setting environment variables via
Runtime->GetEnvironmentVariable(..)
and *
Runtime->SetEnvironmentVariable(..)`` functions - Optimized memory usage and refactored legacy code
- Modified the
HttpClient
andHttpsClient
methods to use byte arrays instead of strings
v2023.5.1
- Tweaked syntax for
TypeOf(..)
expressions (new) - Better support for nested method calls with casts (new)
- Fixed issue #241 (bug)
v2023.5.0
- Improved runtime performance and memory usage (new)
- Relaxed constraint that concrete parameters be provided for resolved generics (new)
- Fixed MSYS2 issue #222 (new)
- Updated compiler error messages (new)
- Rewired the
-asm
compiler flag (bug)
Full Changelog: v2023.5.1...v2023.5.2