Releases: AkiKurisu/Ceres
Releases · AkiKurisu/Ceres
Version 0.3.1
What's Changed
- Add InputPortAttribute.AlwaysConnected to validate port before compiling
- Add Open documentation menu action in ExecutableNodeView
- Add validation in ExecuteCustomFunctionNodeView
- Fix flow editor modify persistent data before save data
New Nodes
- Add FlowNode_SwitchString
- Add FlowNode_GetArrayElementT
- Add FlowNode_SubscribeEventExecutionT
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
What's Changed
Full Changelog: v0.2.3...v0.3.0
Version 0.2.3
What's Changed
- Fix Manipulators and ContextMenu namespace
- Add new feature: CustomEvent
- Optimize the Startup document structure
Full Changelog: v0.2.2...v0.2.3
Version 0.2.2
What's Changed
- Flow editor will use runtime graph instance if container implement IFlowGraphRuntime
- Fix tracker not be restored after auto scope
- Add documents generated by docfx
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
What's Changed
- Add flow support for R3
- Fix quick save and group node shortcuts conflict
- Fix variable missing warning shown when node is deleted
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
What's Changed
- Fix SerializedType editor bug
- Fix branch node output can connect multi ports
- Support input ports array
- Add compile validation before serialize flow graph
- Support two kinds of serialization mode
- Breaking Change: Move SharedVariable to
Ceres.Graph
namespace
New Nodes
New Libraries
Full Changelog: v0.1.6...v0.2.0
Version 0.1.6
Version 0.1.5
What's Changed
- Fix flow can not be executed in OnDestroy
- Allow CeresGroupAttribute used in method
- Ignore connection warning in copy paste
- Add DataDrivenExecutableLibrary
- Add ctrl+s short cut to save flow graph
- Fix subgroup not work in building executable functions
- Fix method return type is not resolved in deserialization
- Hide private functions if container type is not assignable to its declare type.
- Add change event dispatching in SerializedObjectResolver
- Optimize debugger pause
- Optimize ExecutableReflection performance in Editor
- Self target method will be more clearer in editor
Full Changelog: v0.1.4...v0.1.5
Version 0.1.4
v0.1.3
What's Changed
- Add ImplementableEventILPP by @AkiKurisu in #12
- Use FunctionPtr for static executable function by @AkiKurisu in #13
- Add PortArrayNodeReflection
- Add FlowGraphInstanceObject
Fix
New Nodes
Full Changelog: v0.1.2...v0.1.3