repoActionGraphscancel

611 Commits over 397 Days - 0.06cph!

10 Months Ago
Math.Clamp node
10 Months Ago
10 Months Ago
Fix static property nodes if both get and set are available
10 Months Ago
10 Months Ago
Fixed unwrapping Either with > 8 types
10 Months Ago
10 Months Ago
Either<> tweaks
10 Months Ago
10 Months Ago
Fix some edge cases with Either.CreateType
10 Months Ago
10 Months Ago
Node test formatting Ambiguous overload binding tests Either type Use Either type for ambiguous bindings Compare implicit conversions required when resolving overloads
10 Months Ago
10 Months Ago
Better display info for property.get output Implemented constructor nodes Fixed property getter nodes Fixed display info for property get / set methods
10 Months Ago
Combine ExpressionNode, ActionNode attributes Mark expression node methods with [Pure] IActionGraph.AddNode( string id ) extension method Tests for constructor and static property nodes
10 Months Ago
10 Months Ago
Expose Node.MarkDirty
10 Months Ago
10 Months Ago
Added force option to ActionGraph.Validate
10 Months Ago
10 Months Ago
Get rid of INodeAttribute.Kind
10 Months Ago
Look for INodeAttribute instead of NodeAttribute
10 Months Ago
10 Months Ago
10 Months Ago
Fix variable default values in BindingSurface.FromNode
10 Months Ago
10 Months Ago
Some better invalid JSON handling
10 Months Ago
10 Months Ago
Graph needs revalidation after removing nodes Node binding refactor, simplify call node serialization
10 Months Ago
Fixed expected type when serializing constant value links
10 Months Ago
10 Months Ago
Attributes, display info refactor
10 Months Ago
10 Months Ago
NodeLibrary refactor, split up TypeLoader
10 Months Ago
10 Months Ago
Better exception handling during validation
10 Months Ago
10 Months Ago
Make sure parents and children are serialized too
10 Months Ago
10 Months Ago
Removed some remnants of output expansion
10 Months Ago
10 Months Ago
Set ParentId in ReplaceExpandedOutputsWithChildNodes upgrader Fix deserializing child nodes
10 Months Ago
10 Months Ago
10 Months Ago
Retire expanded outputs, use node nesting instead Merge field.get / field.set into property.get / property.set
10 Months Ago
10 Months Ago
Allow expanded parameters on input nodes
10 Months Ago
10 Months Ago
Some helper conversions to LinkSource Test reproducing "Can only use InsertLink with array inputs" exception Fixed deserializing array element links before node binding
10 Months Ago
10 Months Ago
Some more link deserialization safety