Skip to content

v0.7.0

Compare
Choose a tag to compare
@StefansArya StefansArya released this 22 Jul 06:54
· 56 commits to master since this release
280ed9e

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 the instance can be \Blackprint\Engine this ref will have reference to Output or Input port
  • Add instance->deleteNode to delete node manually by using code
  • Blackprint->Engine is now using CustomEvent
  • and more

Breaking Changes

  • iface->const and node->const now changed into iface->ref and node->ref
  • Something may get changes