jtransc v0.6.3 Release Notes

Release Date: 2017-06-11 // almost 7 years ago
  • ๐Ÿ†• New features:

    • โœ… [PHP] Requires PHP 7.1. PHP target now passes big tests though it is slower than other targets
    • ๐Ÿ‘ [GRADLE] Added appendVar support. Check: fdd58dbe26203703adfc64484c5a575f17dddb9f

    ๐Ÿ›  Fixes:

    • [ALL] Class.getMethod and getDeclaredMethod correct behaviour
    • [HAXE-CPP] @SergeyLabutin - Implemented Object.wait
    • ๐Ÿ›  [CPP+C#] Fixed float NAN
    • โš  [CPP] @intrigus Consistency and warnings fixes in ++ target
    • [HAXE] Missing keywords

    ๐Ÿ‘Œ Improvements:

    • [C#] Allow specify C# compiler. Check issue #156
    • [ALL] Reduced output size combining several switch cases in one.
    • ๐Ÿ‘ [ALL] Support overlay methods in native methods
    • [ALL] Simplify generating ClassInfo for reflection
    • [HAXE] Improved integer array literal for small counts

    Misc: