- 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 byFunction.CreateNative*
- Expose new names for overloads of
Function.Create
&Function.CreatePure