Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@r3c r3c released this 02 Jul 20:33
· 17 commits to master since this release
  • Introduce IRuntime argument passed to non-pure native functions to allow them accessing global variables (requested in #237)
  • Change Value.FromReflection to perform a lazy scan and avoid excessive cost when wrapping complex types
  • Deprecate Function.Create* replaced by Function.CreateNative*
  • Expose new names for overloads of Function.Create & Function.CreatePure