v0.7.0
Most features is adapted from engine-js.
Feature
- Finishing environment variables feature
- Add function, variable, environment node support
- Add route feature to handle data flow
- Add
instance->ref
where theinstance
can be\Blackprint\Engine
thisref
will have reference toOutput
orInput
port - Add
instance->deleteNode
to delete node manually by using code Blackprint->Engine
is now usingCustomEvent
- and more
Breaking Changes
iface->const
andnode->const
now changed intoiface->ref
andnode->ref
- Something may get changes