611 Commits over 397 Days - 0.06cph!
Automatically call ClearReflectionCache when adding / removing assembly
Added NodeLibrary.ClearReflectionCache()
Invalidate input / output nodes when changing parameters
Either unwapping: preserve order
Add required nodes on deserialize
NodeBinding.FromSerializedActionGraph
Expose GetOutputExpression
DefaultSignals serialized shorthand
Implied target types / values
Allow custom type serialization
Make sure action graph inputs / outputs are sorted
Target value simplification
Mirror [GraphInput] parameters in sub-graphs
Expose some parameter definition helpers
IGraphInputAttribute to replace variable passing hack
VersionUpgraderAttribute
Upgrade parameter format, all tests pass
Fixed signal parameters of generated sub-graphs
Fix missing member tests
Fixed input / output node parameters
Get rid of OrderedDictionary
WIP big refactor to move graph parameter definitions
Create default input / output nodes in Create( delegateType )
Fixed some tests
Fix possible undefined variables for expression graphs
More variable tests
Expose Node.UpdateParameters()
Little refactor of ExpressionBuilder.WrapPrepareVariablesExpression
Test reproducing "variable ... referenced from scope '', but it is not defined"
Node parameter helper documentation
More cleanup, property.set value type target fix
Upgrading refactoring, replace "value" with "_value"
More special parameter name cleanup
Nicer API for special parameters, rename "var" property to "_var"
Refactor version upgrading
Special parameter name cleanup
Change default icon for expression nodes