Releases: source-academy/conductor
Releases · source-academy/conductor
0.5.0
Changes
- feat(host): add
receiveResultcallback toBasicHostPlugin— host apps can now overridereceiveResult(result)to receive evaluation results; RESULT channel is officially part of the host plugin API (#33) - fix(common): remove
constfromErrorTypeenum — prevents runtimeundefinedwhen imported by isolatedModules consumers (#33) - fix: remove
constfromInternalChannelName,InternalPluginId,ServiceMessageType,Constant— consistent withRunnerStatus(#25) fix (#35) - fix(stepper): handle evaluator errors gracefully in
BasicEvaluatorandRunnerPlugin— one-shot evaluator,ERROR/STOPPEDstatus on completion (#30) - feat: async module closures (#29)