Skip to content

Releases: source-academy/conductor

0.5.0

22 Jun 06:54
2349aa9

Choose a tag to compare

Changes

  • feat(host): add receiveResult callback to BasicHostPlugin — host apps can now override receiveResult(result) to receive evaluation results; RESULT channel is officially part of the host plugin API (#33)
  • fix(common): remove const from ErrorType enum — prevents runtime undefined when imported by isolatedModules consumers (#33)
  • fix: remove const from InternalChannelName, InternalPluginId, ServiceMessageType, Constant — consistent with RunnerStatus (#25) fix (#35)
  • fix(stepper): handle evaluator errors gracefully in BasicEvaluator and RunnerPlugin — one-shot evaluator, ERROR/STOPPED status on completion (#30)
  • feat: async module closures (#29)