103 Commits over 30 Days - 0.14cph!
ActionJig.LinkTriggered event
Some safety when deserializing types
Fixed another generic type binding case
Fixed Nop node passing signals
Some cleanup
NoOperation node definition
Ensure parameters are ordered correctly
Attempt to fix some missing display info
Descriptions for operators
Material icons in display info
Include generic parameter in PropertyDefinition
IsTypeParameterRequired shouldn't check properties
Pure methods become expression nodes
Keep type parameter properties in method call nodes
Defer getting display info for property / field / method nodes
Fix display info for bound property / field / method nodes
Support specifying type arguments in node properties
Dynamic method calls
Support dynamic method calls with return types
Avoid parameter name collisions
Support methods with out parameters
Support for NodeAttribute methods with the same identifier
WIP MethodBinder progress
Per-binding display info and node kind
WIP MethodCallNodeDefinition
Get / set field nodes
Validation fix
Fix a warning
Warn if nodes are unreachable
Some missing documentation
Null literals with implicit conversion to reference types
Control flow validation tweak
Fix a generic method binding edge case
Allow nested NodeInvocationExceptions
Wrap exceptions thrown when invoking nodes
Allow DeclaringType to be optional in instance property get / set
Don't clear links / value when setting value / links on an input
Multiple continuations fix
Fix continuations of property.set nodes
Type property serialization fixes
Get / set property node definitions
Fix event node userdata not serializing
Added EventParameter.Display
Added conversion operator from Delegate to ActionJig
Don't use polymorphism for serialized delegates
Publish debug builds
Added AddAssemblyResult
Finished documenting all public members
Fixed #8
Document Link and Variable
Document ExpressionBuilder
Node and ActionJigExtensions documentation
Document node parameters
More documentation, move logging nodes to test project
More documentation, some rearranging