309 Commits over 517 Days - 0.02cph!
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
Fix IsPure() for methods with out parameters
Implicit conversion from ObsoleteAttribute to ValidationMessage
Fix some operator display info
Operator node definition tweaks
Some safety when splicing a subgraph
Call UpdateParameters() on createSubGraphNode result
Make CreateSubGraphAsync more generic
Expose DisplayInfo.FromAttributes
Revert ".NET 8.0"
This reverts commit 89b80abcf5da503916551c6137ac7846988c9d27.
Fixed type name substitution in DisplayInfo
Coerce typed operands
Support default value for property substitution in DisplayInfo.Format
Expose NodeLibrary.TypeLoader and GraphLoader
Expose TypeConverter, ObjectConverter
Fix removing nested nodes when creating sub-graphs
Allow passing JsonSerializerOptions to CreateSubGraphAsync
Fixed finding sub-graph boundary when nested nodes are involved
Fixed obsolete generic method nodes not being reported as obsolete
Better obsolete node message
Messages can have UserData
Warn about obsolete nodes
Obsolete node test
Expose parameter attributes from method bindings
Fixed initializing variables from inputs in expression graphs
Include default output signal in "if" nodes
Fixed ID of Math.Sign nodes