Releases: r3c/cottle
Releases · r3c/cottle
v2.1.0
- Introduce
IRuntimeargument passed to non-pure native functions to allow them accessing global variables (requested in #237) - Change
Value.FromReflectionto 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