Version 1.2.14
- The engine is now included as a git subtree instead of a git submodule
- The parser is also baked in as a git subtree
- Add
TypeRegister.Add<TInterface, TImplementation>()
to register interface implementations outside of containing assembly - Pass through
Data
from exceptions toExecutionError
, and include in serialised result