Skip to content

v5.5.2

Compare
Choose a tag to compare
@objeck objeck released this 24 Oct 15:11
· 8267 commits to master since this release

New feature and enhancements

Highlights:

  1. Added bundle scope support for 'public' and 'private' classes (new)
  2. Added '-asm' flag to the compiler to emit high-level assembly instructions (new)
  3. Updated the HTTP/HTTPS clients to include additional default request parameters (new)
  4. Reduced the size of emitted binaries (new)
  5. Minor tweaks to API documentation (new)
  6. Resolved parsing bug in the CSV library for quoted string (bug)
  7. Fixed compiler check that missed flagging some static calls to library methods (bug)