Skip to content

v4.0.0

Compare
Choose a tag to compare
@nikkorn nikkorn released this 09 Mar 00:32
· 27 commits to master since this release
  • Added support for JSON tree defintions
  • Added validateDefintion function to use in validating JSON/MDSL definitons
  • Added convertMDSLToJSON function to convert existing MDSL definitions to JSON
  • Tidied up error handling for agent and registered function invocation
  • Action functions can now explictly return a value of State.RUNNING instead of having to return undefined
  • Fixed issue where rejected action function promises were not handled correctly
  • Fixed issue where registered functions were called with incorrect arguments
  • Fixed some typings
  • Added a BUNCH of tests