Skip to content

Version 7.3.2

Compare
Choose a tag to compare
@ClearScriptLib ClearScriptLib released this 15 Sep 12:19
· 46 commits to master since this release
  • Breaking change:
    • Switched from the standard .NET reflection binder to a custom algorithm.
    • The new binder ensures consistently enhanced behavior for all reflection binding scenarios.
    • This affects methods (when dynamic binding is disabled), constructors, and indexed properties.
  • Reviewed dynamic usage, eliminating it where possible and reducing it elsewhere (GitHub Issue #400):
  • Fixed invocation of methods that have both optional parameters and parameter arrays.
  • Added implicit conversion support for constructor and indexed property arguments (GitHub Issue #396).
  • Extended canonical referencing to Guid and all readonly struct types.
  • Added ScriptObject.InvokeAsFunction.
  • Updated API and build documentation.
  • Tested with V8 10.5.218.8.