Skip to content

v2023.5.2

Compare
Choose a tag to compare
@objeck objeck released this 08 Jun 15:47
· 3243 commits to master since this release

Overview

Minor enhancements

v2023.5.2

  • Added the ByteBuffer class and updated the Runtime->CommandOutput(..) function
  • Support for setting environment variables via Runtime->GetEnvironmentVariable(..) and *
    Runtime->SetEnvironmentVariable(..)`` functions
  • Optimized memory usage and refactored legacy code
  • Modified the HttpClient and HttpsClient 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